diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-04-11 17:52:10 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-04-11 17:52:10 +0000 |
| commit | b75686f0592c30dd2462b1f968111aabf4bb9f3d (patch) | |
| tree | 5e8d7440dcffb8edb18d4e8269b81b6a850a5bdd | |
| parent | 8c86d7654c4526b2c9528dd68bcda51e52b45394 (diff) | |
| download | pigeonholes-b75686f0592c30dd2462b1f968111aabf4bb9f3d.tar.gz pigeonholes-b75686f0592c30dd2462b1f968111aabf4bb9f3d.tar.bz2 pigeonholes-b75686f0592c30dd2462b1f968111aabf4bb9f3d.zip | |
more permissions housekeeping and tidyup
| -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 0536627..1860b69 100644 --- a/templates/menu_pigeonholes.tpl +++ b/templates/menu_pigeonholes.tpl @@ -19,7 +19,7 @@ {/if} {/if} - {if $gBitUser->hasPermission( 'bit_p_insert_pigeonholes' )} + {if $gBitUser->hasPermission( 'p_pigeonholes_edit' )} <li><a class="item" href="{$smarty.const.PIGEONHOLES_PKG_URL}assign_content.php">{biticon ipackage=liberty iname=assign iexplain="Assign Content" iforce="icon"} {tr}Assign Content{/tr}</a></li> {/if} </ul> |
