summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtemplates/list.tpl2
-rw-r--r--templates/menu_pigeonholes.tpl2
-rwxr-xr-xtemplates/section_inc.tpl4
-rwxr-xr-xtemplates/service_nav_path_inc.tpl2
4 files changed, 5 insertions, 5 deletions
diff --git a/templates/list.tpl b/templates/list.tpl
index 7415538..cde733c 100755
--- a/templates/list.tpl
+++ b/templates/list.tpl
@@ -32,7 +32,7 @@
{smartlink ititle="Change Structure" ifile="edit_structure.php" biticon="edit-clear" structure_id=$item.structure_id}
{smartlink ititle="Insert new Category" ifile="edit_pigeonholes.php" biticon="text-x-generic" structure_id=$item.structure_id action="create"}
{smartlink ititle="Edit Category" ifile="edit_pigeonholes.php" biticon="document-properties" structure_id=$item.structure_id action="edit"}
- {smartlink ititle="Remove Category" ifile="edit_pigeonholes.php" biticon="edit-delete" action="remove" structure_id=$item.structure_id}
+ {smartlink ititle="Remove Category" ifile="edit_pigeonholes.php" biticon="user-trash" action="remove" structure_id=$item.structure_id}
</div>
{/if}
<h2>{$item.display_link}</h2>
diff --git a/templates/menu_pigeonholes.tpl b/templates/menu_pigeonholes.tpl
index c9d7064..d22f154 100644
--- a/templates/menu_pigeonholes.tpl
+++ b/templates/menu_pigeonholes.tpl
@@ -13,7 +13,7 @@
<li><a class="head" href="{$smarty.const.PIGEONHOLES_PKG_URL}edit_pigeonholes.php?structure_id={$gContent->getField('structure_id')}&amp;action=edit">{biticon ipackage="icons" iname="document-properties" iexplain="Edit Category" ilocation=menu}</a></li>
<li><a class="item" href="{$smarty.const.PIGEONHOLES_PKG_URL}edit_pigeonholes.php?structure_id={$gContent->getField('root_structure_id')}&amp;action=create">{biticon iname="insert-object" iexplain="Insert Sub-Category" ilocation=menu}</a></li>
<li><a class="item" href="{$smarty.const.PIGEONHOLES_PKG_URL}edit_structure.php?structure_id={$gContent->getField('structure_id')}">{biticon ipackage="icons" iname="edit-clear" iexplain="Change Structure" ilocation=menu}</a></li>
- <li><a class="item" href="{$smarty.const.PIGEONHOLES_PKG_URL}edit_pigeonholes.php?structure_id={$gContent->getField('structure_id')}&amp;action=remove">{biticon ipackage="icons" iname="edit-delete" iexplain="Delete Category" ilocation=menu}</a></li>
+ <li><a class="item" href="{$smarty.const.PIGEONHOLES_PKG_URL}edit_pigeonholes.php?structure_id={$gContent->getField('structure_id')}&amp;action=remove">{biticon ipackage="icons" iname="user-trash" iexplain="Delete Category" ilocation=menu}</a></li>
{/if}
{/if}
{/if}
diff --git a/templates/section_inc.tpl b/templates/section_inc.tpl
index 946109f..fdc3888 100755
--- a/templates/section_inc.tpl
+++ b/templates/section_inc.tpl
@@ -36,7 +36,7 @@
<li>
<a href="{$smarty.const.BIT_ROOT_URL}index.php?content_id={$pigeonMember.content_id}">{$pigeonMember.title|escape}</a>
{if $gBitUser->hasPermission( 'p_pigeonholes_insert_member' )}
- &nbsp; {smartlink ititle="Remove From Category" biticon="edit-delete" expand_all=$smarty.request.expand_all action=dismember structure_id=$sid parent_id=$pigeonMember.parent_id pigeonhole_content_id=$pigeonMember.content_id}
+ &nbsp; {smartlink ititle="Remove From Category" biticon="user-trash" expand_all=$smarty.request.expand_all action=dismember structure_id=$sid parent_id=$pigeonMember.parent_id pigeonhole_content_id=$pigeonMember.content_id}
{/if}
</li>
@@ -59,7 +59,7 @@
<div class="floaticon">
{smartlink ititle="Insert new Category" ifile="edit_pigeonholes.php" biticon="text-x-generic" structure_id=$subtree[ix].structure_id action=create}
{smartlink ititle="Edit Category" biticon="document-properties" ifile="edit_pigeonholes.php" structure_id=$subtree[ix].structure_id action=edit}
- {smartlink ititle="Remove Category" biticon="edit-delete" ifile="edit_pigeonholes.php" structure_id=$subtree[ix].structure_id action=remove}
+ {smartlink ititle="Remove Category" biticon="user-trash" ifile="edit_pigeonholes.php" structure_id=$subtree[ix].structure_id action=remove}
</div>
{/if}
diff --git a/templates/service_nav_path_inc.tpl b/templates/service_nav_path_inc.tpl
index 733a8fc..2c215fc 100755
--- a/templates/service_nav_path_inc.tpl
+++ b/templates/service_nav_path_inc.tpl
@@ -4,7 +4,7 @@
{foreach from=$pigeonData item=pigeonItem}
<span class="path">{$pigeonItem.display_path}
{if $gContent->hasUpdatePermission()}
- &nbsp;{smartlink ititle="Remove Category" biticon="edit-delete" ipackage=pigeonholes ifile="edit_pigeonholes.php" action=dismember parent_id=$pigeonItem.content_id pigeonhole_content_id=$gContent->mContentId return_uri=$gContent->getDisplayUri()}
+ &nbsp;{smartlink ititle="Remove Category" biticon="user-trash" ipackage=pigeonholes ifile="edit_pigeonholes.php" action=dismember parent_id=$pigeonItem.content_id pigeonhole_content_id=$gContent->mContentId return_uri=$gContent->getDisplayUri()}
{/if}
</span>
{/foreach}