diff options
| author | Lester Caine <lester@lsces.co.uk> | 2026-06-07 16:51:54 +0100 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2026-06-07 16:51:54 +0100 |
| commit | 8723d0082dd4f5ab2122eed0e6c84592ce83f0bf (patch) | |
| tree | 663588da6e89a958651eaef79082aad3c39d6638 /templates | |
| parent | 8a2962f8d9cc5a2160e82d06f2978002003e9694 (diff) | |
| download | kernel-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-x | templates/admin_menu_options.tpl | 4 | ||||
| -rwxr-xr-x | templates/popup_box.tpl | 2 |
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}&menu_id={$menu_id}&offset={$offset}&sort_mode={$sort_mode}&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}&menu_id={$menu_id}&offset={$offset}&sort_mode={$sort_mode}&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}&menu_id={$menu_id}&offset={$offset}&sort_mode={$sort_mode}&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}&menu_id={$menu_id}&offset={$offset}&sort_mode={$sort_mode}&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> |
