summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLester Caine <lester@lsces.co.uk>2026-06-05 16:05:08 +0100
committerLester Caine <lester@lsces.co.uk>2026-06-05 16:05:08 +0100
commit92237d344b31ca53557b47f3b91db9ab667030ed (patch)
tree31ca404b9e9b7669fc6923dee28d4b39b67cad45
parentfa97bf9a7374dddcedf9a8c0fc49ab4cb65e6fcc (diff)
downloadkernel-92237d344b31ca53557b47f3b91db9ab667030ed.tar.gz
kernel-92237d344b31ca53557b47f3b91db9ab667030ed.tar.bz2
kernel-92237d344b31ca53557b47f3b91db9ab667030ed.zip
Switch icons: document-properties → edit, text-x-generic → view-list-text
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
-rwxr-xr-xtemplates/admin_menu_options.tpl2
-rwxr-xr-xtemplates/admin_system.tpl2
-rwxr-xr-xtemplates/ajax_file_browser_inc.tpl2
3 files changed, 3 insertions, 3 deletions
diff --git a/templates/admin_menu_options.tpl b/templates/admin_menu_options.tpl
index 107bfea..9f208fa 100755
--- a/templates/admin_menu_options.tpl
+++ b/templates/admin_menu_options.tpl
@@ -112,7 +112,7 @@
<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="document-properties" 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;option_id={$admmoptions[user].option_id}" title="Edit this menu">{biticon ipackage="icons" iname="edit" ipackage="icons" iexplain="edit"}</a>
</td>
</tr>
{sectionelse}
diff --git a/templates/admin_system.tpl b/templates/admin_system.tpl
index 6e4ca51..2c5ba72 100755
--- a/templates/admin_system.tpl
+++ b/templates/admin_system.tpl
@@ -75,7 +75,7 @@
<td>{$item.path|replace:$smarty.const.BIT_ROOT_PATH:""|replace:"//":"/"}{$key}</td>
<td class="alignright">{$item.du.count}</td>
<td class="alignright">{$item.du.size|display_bytes}</td>
- <td class="actionicon">{smartlink ititle="Compile Templates" biticon="document-properties" compiletemplates=$key}</td>
+ <td class="actionicon">{smartlink ititle="Compile Templates" biticon="edit" compiletemplates=$key}</td>
</tr>
{/foreach}
</table>
diff --git a/templates/ajax_file_browser_inc.tpl b/templates/ajax_file_browser_inc.tpl
index ba29df2..0dc5f5b 100755
--- a/templates/ajax_file_browser_inc.tpl
+++ b/templates/ajax_file_browser_inc.tpl
@@ -12,7 +12,7 @@
{foreach from=$fileList.file item=finfo}
{if $finfo.relpath}
<div class="{cycle values="even,odd"}" style="margin-left:{$finfo.indent}px;" onclick='document.getElementById("ajax_input").value="{$finfo.relpath}"' title="{tr}Last Modified{/tr}: {$finfo.mtime|bit_long_datetime}">
- {biticon iname=text-x-generic iexplain="File"} {$finfo.name} <small class="floatright clearright">{$finfo.size|display_bytes}</small>
+ {biticon iname=view-list-text iexplain="File"} {$finfo.name} <small class="floatright clearright">{$finfo.size|display_bytes}</small>
</div>
{else}
<div class="{cycle values="even,odd"}" style="margin-left:{$finfo.indent}px;">