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.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/admin_menu_options.tpl b/templates/admin_menu_options.tpl
index 1334df6..107bfea 100755
--- a/templates/admin_menu_options.tpl
+++ b/templates/admin_menu_options.tpl
@@ -111,7 +111,7 @@
<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}">{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;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="user-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">{biticon ipackage="icons" iname="document-properties" ipackage="icons" iexplain="edit"}</a>
</td>
</tr>