summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspider@app1 <spiderr@bitweaver.org>2017-07-05 15:36:47 -0400
committerspider@app1 <spiderr@bitweaver.org>2017-07-05 15:36:47 -0400
commit46d20437b1159742a16a72d2d8e18f4b13aa0c40 (patch)
treeb72f5caf5869eb7845306932d3d6f3791642f2a8
parentc19e3a3e18408296ca018b223ed7f49ab881eb99 (diff)
downloadusers-46d20437b1159742a16a72d2d8e18f4b13aa0c40.tar.gz
users-46d20437b1159742a16a72d2d8e18f4b13aa0c40.tar.bz2
users-46d20437b1159742a16a72d2d8e18f4b13aa0c40.zip
fix admin menu
-rw-r--r--templates/menu_users_admin.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/menu_users_admin.tpl b/templates/menu_users_admin.tpl
index 7dc4699..3e3bc58 100644
--- a/templates/menu_users_admin.tpl
+++ b/templates/menu_users_admin.tpl
@@ -2,11 +2,11 @@
{if $packageMenuTitle}<a href="#"> {tr}{$packageMenuTitle}{/tr}</a>{/if}
<ul class="{$packageMenuClass}">
<li><a class="item" href="{$smarty.const.USERS_PKG_URL}admin/index.php">{tr}Edit Users{/tr}</a></li>
- <li><a class="item" href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page=users">{tr}Users{/tr}</a></li>
+ <li><a class="item" href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page=users">{tr}User Settings{/tr}</a></li>
{if $gBitSystem->isPackageActive('tidbits')}
<li><a class="item" href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page=tidbits">{tr}Users Tidbits{/tr}</a></li>
{/if}
- <li><a class="item" href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page=login">{tr}Login{/tr}</a></li>
+ <li><a class="item" href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page=login">{tr}Login Options{/tr}</a></li>
<li><a class="item" href="{$smarty.const.USERS_PKG_URL}admin/user_activity.php">{tr}User Activity{/tr}</a></li>
<li><a class="item" href="{$smarty.const.USERS_PKG_URL}admin/users_import.php">{tr}Import Users{/tr}</a></li>
{if $gBitSystem->isPackageActive('protector')}