diff options
| author | Lester Caine <lester@lsces.co.uk> | 2026-06-05 16:05:22 +0100 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2026-06-05 16:05:22 +0100 |
| commit | aac9fa746921ec94eb8f29df5bc955fa6cf23cc0 (patch) | |
| tree | 06c6445917599cb88e05b3fc64507d133fb15a55 | |
| parent | 148083ad66aa306924302f7a07f05f0f2790b09d (diff) | |
| download | themes-aac9fa746921ec94eb8f29df5bc955fa6cf23cc0.tar.gz themes-aac9fa746921ec94eb8f29df5bc955fa6cf23cc0.tar.bz2 themes-aac9fa746921ec94eb8f29df5bc955fa6cf23cc0.zip | |
Switch icons: document-properties → edit, text-x-generic → view-list-text
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
| -rwxr-xr-x | icon_browser.php | 4 | ||||
| -rwxr-xr-x | templates/admin_custom_modules.tpl | 2 | ||||
| -rwxr-xr-x | templates/admin_layout_overview.tpl | 2 | ||||
| -rwxr-xr-x | templates/module_config_inc.tpl | 2 | ||||
| -rwxr-xr-x | templates/module_config_role_inc.tpl | 2 |
5 files changed, 6 insertions, 6 deletions
diff --git a/icon_browser.php b/icon_browser.php index 81adcfc..3c4d8a6 100755 --- a/icon_browser.php +++ b/icon_browser.php @@ -37,7 +37,7 @@ $iconUsage = [ // Edit actions "user-trash" => "Delete / remove (dustbin)", "edit-delete" => "Delete / remove (cross — kept for reference)", - "document-properties" => "Edit item", + "edit" => "Edit item", "list-add" => "Add / new item", "list-remove" => "Remove item", "edit-find" => "Search / find", @@ -48,7 +48,7 @@ $iconUsage = [ "document-print" => "Print", "document-save" => "Save", // Files and content - "text-x-generic" => "File / list / document", + "view-list-text" => "File / list / document", "image-x-generic" => "Image / picture", "folder-open" => "Open folder", "folder" => "Folder", diff --git a/templates/admin_custom_modules.tpl b/templates/admin_custom_modules.tpl index 3a75d48..df2d85e 100755 --- a/templates/admin_custom_modules.tpl +++ b/templates/admin_custom_modules.tpl @@ -57,7 +57,7 @@ <td>{$customModules[user].title|escape}</td> <td class="alignright"> <a href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page=layout&module_name=_custom%3Acustom%2F{$customModules[user].name}">{biticon ipackage="icons" iname="stock_attach" iexplain=assign}</a> - <a href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page=custom_modules&name={$customModules[user].name}&action=edit">{biticon ipackage="icons" iname="document-properties" iexplain=edit}</a> + <a href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page=custom_modules&name={$customModules[user].name}&action=edit">{biticon ipackage="icons" iname="edit" iexplain=edit}</a> <a href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page=custom_modules&name={$customModules[user].name}&action=remove">{biticon ipackage="icons" iname="user-trash" iexplain=delete}</a> </td> </tr> diff --git a/templates/admin_layout_overview.tpl b/templates/admin_layout_overview.tpl index 14d360a..b2d4b18 100755 --- a/templates/admin_layout_overview.tpl +++ b/templates/admin_layout_overview.tpl @@ -20,7 +20,7 @@ {jstab title=$tabTitle} <div class="floaticon"> - {smartlink ititle="Edit this Layout" biticon="document-properties" page=layout module_package=$module_package} + {smartlink ititle="Edit this Layout" biticon="edit" page=layout module_package=$module_package} {smartlink ititle="Remove this Layout" biticon="user-trash" page=$page remove_layout=$module_package onclick="return confirm('{tr}Are you sure you want to remove this layout? This can not be undone.{/tr}')"} </div> diff --git a/templates/module_config_inc.tpl b/templates/module_config_inc.tpl index 68ce7d4..b09fdd9 100755 --- a/templates/module_config_inc.tpl +++ b/templates/module_config_inc.tpl @@ -10,7 +10,7 @@ {smartlink ititle="Move module" biticon="go-$move" iexplain="`$move`" page=$page move_module=$move module_package=$module_package module_id=$modInfo.module_id} {/if} {if $gBitThemes->isCustomModule( $modInfo.module_rsrc )} - {smartlink ititle="Edit" biticon="document-properties" iexplain="Edit" page=custom_modules name=$modInfo.module_rsrc|regex_replace:"!.*\/!":"" action=edit} + {smartlink ititle="Edit" biticon="edit" iexplain="Edit" page=custom_modules name=$modInfo.module_rsrc|regex_replace:"!.*\/!":"" action=edit} {/if} {smartlink ititle="Unassign" biticon="user-trash" iexplain="Delete" ionclick="return confirm('Are you sure you want to remove `$modInfo.name`?');" page=$page move_module=unassign module_package=$module_package module_id=$modInfo.module_id } {/capture} diff --git a/templates/module_config_role_inc.tpl b/templates/module_config_role_inc.tpl index 78de579..8438467 100755 --- a/templates/module_config_role_inc.tpl +++ b/templates/module_config_role_inc.tpl @@ -12,7 +12,7 @@ {smartlink ititle="Move module" biticon="go-$icon" iexplain="`$move`" page=$page move_module=$move module_package=$module_package module_id=$modInfo.module_id} {/if} {if $gBitThemes->isCustomModule( $modInfo.module_rsrc )} - {smartlink ititle="Edit" biticon="document-properties" iexplain="Edit" page=custom_modules name=$modInfo.module_rsrc|regex_replace:"!.*\/!":"" action=edit} + {smartlink ititle="Edit" biticon="edit" iexplain="Edit" page=custom_modules name=$modInfo.module_rsrc|regex_replace:"!.*\/!":"" action=edit} {/if} {smartlink ititle="Unassign" biticon="user-trash" iexplain="Delete" ionclick="return confirm('Are you sure you want to remove `$modInfo.name`?');" page=$page move_module=unassign module_package=$module_package module_id=$modInfo.module_id } {/capture} |
