summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtemplates/list.tpl4
-rw-r--r--templates/menu_pigeonholes.tpl6
-rwxr-xr-xtemplates/section_inc.tpl4
3 files changed, 7 insertions, 7 deletions
diff --git a/templates/list.tpl b/templates/list.tpl
index cde733c..5e0a0cb 100755
--- a/templates/list.tpl
+++ b/templates/list.tpl
@@ -30,8 +30,8 @@
{if $gBitUser->hasPermission( 'p_pigeonholes_update' )}
<div class="floaticon">
{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="Insert new Category" ifile="edit_pigeonholes.php" biticon="view-list-text" structure_id=$item.structure_id action="create"}
+ {smartlink ititle="Edit Category" ifile="edit_pigeonholes.php" biticon="edit" structure_id=$item.structure_id action="edit"}
{smartlink ititle="Remove Category" ifile="edit_pigeonholes.php" biticon="user-trash" action="remove" structure_id=$item.structure_id}
</div>
{/if}
diff --git a/templates/menu_pigeonholes.tpl b/templates/menu_pigeonholes.tpl
index d22f154..a179acc 100644
--- a/templates/menu_pigeonholes.tpl
+++ b/templates/menu_pigeonholes.tpl
@@ -2,15 +2,15 @@
{if $packageMenuTitle}<a class="dropdown-toggle" data-toggle="dropdown" href="#"> {tr}{$packageMenuTitle}{/tr} <b class="caret"></b></a>{/if}
<ul class="{$packageMenuClass}">
{if $gBitUser->hasPermission( 'p_pigeonholes_create' )}
- <li><a class="item" href="{$smarty.const.PIGEONHOLES_PKG_URL}edit_pigeonholes.php?action=create">{biticon ipackage="icons" iname="text-x-generic" iexplain="Create Category" ilocation=menu}</a></li>
+ <li><a class="item" href="{$smarty.const.PIGEONHOLES_PKG_URL}edit_pigeonholes.php?action=create">{biticon ipackage="icons" iname="view-list-text" iexplain="Create Category" ilocation=menu}</a></li>
{/if}
{if $gBitUser->hasPermission( 'p_pigeonholes_view' )}
- <li><a class="item" href="{$smarty.const.PIGEONHOLES_PKG_URL}list.php">{biticon ipackage="icons" iname="text-x-generic" iexplain="List Categories" ilocation=menu}</a></li>
+ <li><a class="item" href="{$smarty.const.PIGEONHOLES_PKG_URL}list.php">{biticon ipackage="icons" iname="view-list-text" iexplain="List Categories" ilocation=menu}</a></li>
{if $gContent->mStructureId && $gContent->mType.content_type_guid == $smarty.const.PIGEONHOLES_CONTENT_TYPE_GUID}
<li><a class="item" href="{$smarty.const.PIGEONHOLES_PKG_URL}{if $gBitSystem->isFeatureActive('pretty_urls_extended')}view/structure/{else}view.php?structure_id={/if}{$gContent->mStructureId}">{biticon ipackage="icons" iname="edit-find" iexplain="View Category" ilocation=menu}</a></li>
{if $gBitUser->hasCreatePermission()}
- <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="head" href="{$smarty.const.PIGEONHOLES_PKG_URL}edit_pigeonholes.php?structure_id={$gContent->getField('structure_id')}&amp;action=edit">{biticon ipackage="icons" iname="edit" 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="user-trash" iexplain="Delete Category" ilocation=menu}</a></li>
diff --git a/templates/section_inc.tpl b/templates/section_inc.tpl
index fdc3888..e4a6fd0 100755
--- a/templates/section_inc.tpl
+++ b/templates/section_inc.tpl
@@ -57,8 +57,8 @@
{* ======= very basic display of the pigoenhole structure ======= *}
{if !$no_edit && $gBitUser->hasPermission( 'p_pigeonholes_update' )}
<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="Insert new Category" ifile="edit_pigeonholes.php" biticon="view-list-text" structure_id=$subtree[ix].structure_id action=create}
+ {smartlink ititle="Edit Category" biticon="edit" ifile="edit_pigeonholes.php" structure_id=$subtree[ix].structure_id action=edit}
{smartlink ititle="Remove Category" biticon="user-trash" ifile="edit_pigeonholes.php" structure_id=$subtree[ix].structure_id action=remove}
</div>
{/if}