summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspiderr <spider@viovio.com>2013-04-02 17:41:16 -0400
committerspiderr <spider@viovio.com>2013-04-02 17:41:16 -0400
commitc5619a552b32d893bbec801a437053af5f70000d (patch)
tree531e8733a62f31d0b05f746ae504942068303efc
parent7bb7303a6f0dd2f009382c2d33cecdd8edd4c499 (diff)
downloadpigeonholes-c5619a552b32d893bbec801a437053af5f70000d.tar.gz
pigeonholes-c5619a552b32d893bbec801a437053af5f70000d.tar.bz2
pigeonholes-c5619a552b32d893bbec801a437053af5f70000d.zip
convert lots of biticon to booticon
-rw-r--r--templates/menu_pigeonholes.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/menu_pigeonholes.tpl b/templates/menu_pigeonholes.tpl
index 577d30b..ffcbee0 100644
--- a/templates/menu_pigeonholes.tpl
+++ b/templates/menu_pigeonholes.tpl
@@ -7,7 +7,7 @@
{if $gBitUser->hasPermission( 'p_pigeonholes_view' )}
<li><a class="item" href="{$smarty.const.PIGEONHOLES_PKG_URL}list.php">{booticon iname="icon-list" iexplain="List Categories" ilocation=menu}</a></li>
{if $gContent->mStructureId and $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 iname=edit-find iexplain="View Category" ilocation=menu}</a></li>
+ <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}">{booticon iname="icon-search" 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">{booticon iname="icon-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>