summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xicon_browser.php4
-rwxr-xr-xtemplates/admin_custom_modules.tpl2
-rwxr-xr-xtemplates/admin_layout_overview.tpl2
-rwxr-xr-xtemplates/module_config_inc.tpl2
-rwxr-xr-xtemplates/module_config_role_inc.tpl2
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&amp;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&amp;name={$customModules[user].name}&amp;action=edit">{biticon ipackage="icons" iname="document-properties" iexplain=edit}</a>
+ <a href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page=custom_modules&amp;name={$customModules[user].name}&amp;action=edit">{biticon ipackage="icons" iname="edit" iexplain=edit}</a>
<a href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page=custom_modules&amp;name={$customModules[user].name}&amp;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}