summaryrefslogtreecommitdiff
path: root/templates/admin_menu_options.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/admin_menu_options.tpl')
-rwxr-xr-xtemplates/admin_menu_options.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/admin_menu_options.tpl b/templates/admin_menu_options.tpl
index d4436cf..1334df6 100755
--- a/templates/admin_menu_options.tpl
+++ b/templates/admin_menu_options.tpl
@@ -111,8 +111,8 @@
<td>{$admmoptions[user].perm}</td>
<td>{$admmoptions[user].groupname}</td>
<td class="alignright">
- <a href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page={$page}&amp;menu_id={$menu_id}&amp;offset={$offset}&amp;sort_mode={$sort_mode}&amp;remove={$admmoptions[user].option_id}" onclick="return confirm('{tr}Are you sure you want to delete this menu item?{/tr}')" title="{tr}Delete this menu{/tr}">{booticon iname="icon-trash" ipackage="icons" iexplain="remove"}</a>
- <a href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page={$page}&amp;menu_id={$menu_id}&amp;offset={$offset}&amp;sort_mode={$sort_mode}&amp;option_id={$admmoptions[user].option_id}" title="Edit this menu">{booticon iname="icon-edit" ipackage="icons" iexplain="edit"}</a>
+ <a href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page={$page}&amp;menu_id={$menu_id}&amp;offset={$offset}&amp;sort_mode={$sort_mode}&amp;remove={$admmoptions[user].option_id}" onclick="return confirm('{tr}Are you sure you want to delete this menu item?{/tr}')" title="{tr}Delete this menu{/tr}">{biticon ipackage="icons" iname="edit-delete" ipackage="icons" iexplain="remove"}</a>
+ <a href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page={$page}&amp;menu_id={$menu_id}&amp;offset={$offset}&amp;sort_mode={$sort_mode}&amp;option_id={$admmoptions[user].option_id}" title="Edit this menu">{biticon ipackage="icons" iname="document-properties" ipackage="icons" iexplain="edit"}</a>
</td>
</tr>
{sectionelse}