diff options
| author | Christian Fowler <spider@viovio.com> | 2006-07-31 02:16:38 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2006-07-31 02:16:38 +0000 |
| commit | 93d72d136ae330fc2841358f3b21bc9d0b7f287f (patch) | |
| tree | 91e322d620146aa847fe2993b4303bf1a7a7f0d3 /templates/menu_users.tpl | |
| parent | ca9694ec61b51f1bf01f851b1983349f11ebcd77 (diff) | |
| download | users-93d72d136ae330fc2841358f3b21bc9d0b7f287f.tar.gz users-93d72d136ae330fc2841358f3b21bc9d0b7f287f.tar.bz2 users-93d72d136ae330fc2841358f3b21bc9d0b7f287f.zip | |
clean up sorting of menu items
Diffstat (limited to 'templates/menu_users.tpl')
| -rw-r--r-- | templates/menu_users.tpl | 26 |
1 files changed, 14 insertions, 12 deletions
diff --git a/templates/menu_users.tpl b/templates/menu_users.tpl index f650fe5..ab35515 100644 --- a/templates/menu_users.tpl +++ b/templates/menu_users.tpl @@ -39,6 +39,13 @@ </a> </li> {/if} + {if $gBitUser->hasPermission('p_users_create_personal_groups' )} + <li> + <a class="item" href="{$smarty.const.USERS_PKG_URL}my_groups.php"> + {biticon ipackage=users iname=groups iexplain="My Groups" iforce=icon}{if !$icons_only} {tr}My Groups{/tr}{/if} + </a> + </li> + {/if} {if $gBitSystem->isPackageActive( 'tidbits' ) and $gBitSystem->isFeatureActive( 'user_bookmarks' ) and $gBitUser->hasPermission( 'p_tidbits_create_bookmarks' )} <li> <a class="item" href="{$smarty.const.TIDBITS_PKG_URL}bookmarks.php"> @@ -53,13 +60,6 @@ </a> </li> {/if} - {if $gBitSystem->isPackageActive( 'quota' )} - <li> - <a class="item" href="{$smarty.const.QUOTA_PKG_URL}"> - {biticon ipackage=quota iname=quota iexplain="My quota and usage" iforce=icon}{if !$icons_only} {tr}My Quota and Usage{/tr}{/if} - </a> - </li> - {/if} {if $gBitSystem->isFeatureActive('users_watches') } <li> <a class="item" href="{$smarty.const.USERS_PKG_URL}watches.php"> @@ -114,11 +114,6 @@ </a> </li> {/if} - <li> - <a class="item" href="{$smarty.const.USERS_PKG_URL}my_groups.php"> - {biticon ipackage=users iname=groups iexplain="My Groups" iforce=icon}{if !$icons_only} {tr}My Groups{/tr}{/if} - </a> - </li> {if $gBitSystem->isPackageActive('gatekeeper')} <li> <a class="item" href="{$smarty.const.GATEKEEPER_PKG_URL}"> @@ -126,6 +121,13 @@ </a> </li> {/if} + {if $gBitSystem->isPackageActive( 'quota' )} + <li> + <a class="item" href="{$smarty.const.QUOTA_PKG_URL}"> + {biticon ipackage=quota iname=quota iexplain="My quota and usage" iforce=icon}{if !$icons_only} {tr}My Quota and Usage{/tr}{/if} + </a> + </li> + {/if} {else} <li> <a class="item" href="{$smarty.const.USERS_PKG_URL}login.php"> |
