diff options
| author | spiderr <spider@viovio.com> | 2013-04-02 17:41:16 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2013-04-02 17:41:16 -0400 |
| commit | c5619a552b32d893bbec801a437053af5f70000d (patch) | |
| tree | 531e8733a62f31d0b05f746ae504942068303efc | |
| parent | 7bb7303a6f0dd2f009382c2d33cecdd8edd4c499 (diff) | |
| download | pigeonholes-c5619a552b32d893bbec801a437053af5f70000d.tar.gz pigeonholes-c5619a552b32d893bbec801a437053af5f70000d.tar.bz2 pigeonholes-c5619a552b32d893bbec801a437053af5f70000d.zip | |
convert lots of biticon to booticon
| -rw-r--r-- | templates/menu_pigeonholes.tpl | 2 |
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')}&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')}&action=create">{biticon iname="insert-object" iexplain="Insert Sub-Category" ilocation=menu}</a></li> |
