summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2006-07-11 07:34:49 +0000
committerMax Kremmel <xing@synapse.plus.com>2006-07-11 07:34:49 +0000
commit9011e36c42a2651d69c3e9103b69a04e373f84a0 (patch)
treebe7ea001d2401c43c8b2067b33718b656373ec0f
parent65aaf4f5308f6885ce52219e9401899cad138e5a (diff)
downloadpigeonholes-9011e36c42a2651d69c3e9103b69a04e373f84a0.tar.gz
pigeonholes-9011e36c42a2651d69c3e9103b69a04e373f84a0.tar.bz2
pigeonholes-9011e36c42a2651d69c3e9103b69a04e373f84a0.zip
add insert icon
-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 1860b69..7971789 100644
--- a/templates/menu_pigeonholes.tpl
+++ b/templates/menu_pigeonholes.tpl
@@ -11,7 +11,7 @@
{if $gBitUser->hasPermission( 'p_pigeonholes_edit' ) and $gContent->mStructureId}
<li><a class="head" href="{$smarty.const.PIGEONHOLES_PKG_URL}edit_pigeonholes.php?structure_id={$gContent->mInfo.structure_id}">{biticon ipackage=liberty iname=edit iexplain="Edit Category" iforce="icon"} {tr}Edit Category{/tr}</a>
<ul>
- <li><a class="item" href="{$smarty.const.PIGEONHOLES_PKG_URL}edit_pigeonholes.php?structure_id={$gContent->mInfo.root_structure_id}&amp;action=create">{biticon ipackage=liberty iname=new iexplain="Insert Category" iforce="icon"} {tr}Insert Category{/tr}</a></li>
+ <li><a class="item" href="{$smarty.const.PIGEONHOLES_PKG_URL}edit_pigeonholes.php?structure_id={$gContent->mInfo.root_structure_id}&amp;action=create">{biticon ipackage=liberty iname=insert iexplain="Insert Category" iforce="icon"} {tr}Insert Category{/tr}</a></li>
<li><a class="item" href="{$smarty.const.PIGEONHOLES_PKG_URL}edit_structure.php?structure_id={$gContent->mInfo.structure_id}">{biticon ipackage=pigeonholes iname=organise iexplain="Change Structure" iforce="icon"} {tr}Change Structure{/tr}</a></li>
</ul>
</li>