summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorLester Caine <lester@lsces.co.uk>2026-06-07 16:51:54 +0100
committerLester Caine <lester@lsces.co.uk>2026-06-07 16:51:54 +0100
commit8723d0082dd4f5ab2122eed0e6c84592ce83f0bf (patch)
tree663588da6e89a958651eaef79082aad3c39d6638 /templates
parent8a2962f8d9cc5a2160e82d06f2978002003e9694 (diff)
downloadkernel-8723d0082dd4f5ab2122eed0e6c84592ce83f0bf.tar.gz
kernel-8723d0082dd4f5ab2122eed0e6c84592ce83f0bf.tar.bz2
kernel-8723d0082dd4f5ab2122eed0e6c84592ce83f0bf.zip
Remove duplicate ipackage attributes from biticon calls
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'templates')
-rwxr-xr-xtemplates/admin_menu_options.tpl4
-rwxr-xr-xtemplates/popup_box.tpl2
2 files changed, 3 insertions, 3 deletions
diff --git a/templates/admin_menu_options.tpl b/templates/admin_menu_options.tpl
index 9f208fa..1fb9bff 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}">{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="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="user-trash" 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="edit" iexplain="edit"}</a>
</td>
</tr>
{sectionelse}
diff --git a/templates/popup_box.tpl b/templates/popup_box.tpl
index 79a94b4..ff6c33a 100755
--- a/templates/popup_box.tpl
+++ b/templates/popup_box.tpl
@@ -4,7 +4,7 @@
<h3>
{$title}
{if $closebutton}
- <a class="closebutton" onclick='javascript:return cClick();'>{biticon ipackage="icons" iname="list-remove" ipackage="icons" iexplain="close" iforce="icon"}</a>
+ <a class="closebutton" onclick='javascript:return cClick();'>{biticon ipackage="icons" iname="list-remove" iexplain="close" iforce="icon"}</a>
{/if}
</h3>