From 1438be8447aa5260ce2a1f195b2a5ccba5f0ae67 Mon Sep 17 00:00:00 2001 From: Phillip Ball Date: Tue, 14 Jun 2011 23:07:29 -0700 Subject: [PATCH] User administration panel cleanup --- framework/modules/users/views/users/manage.tpl | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/framework/modules/users/views/users/manage.tpl b/framework/modules/users/views/users/manage.tpl index 89801aedc4..1606ccb337 100644 --- a/framework/modules/users/views/users/manage.tpl +++ b/framework/modules/users/views/users/manage.tpl @@ -30,7 +30,7 @@ You will not be able to create, modify or remove administrator accounts (these options will be disabled).

- {icon class=add module=users action=create title="Create a New User" alt="Create a New User"} + {icon class=add module=users action=create text="Create a New User"|gettext title="Create a New User"|gettext alt="Create a New User"|gettext}
{pagelinks paginate=$page top=1} @@ -46,12 +46,16 @@ - +
{$user->username} {$user->firstname} {$user->lastname}{if $user->is_acting_admin == 1}{img src=`$smarty.const.ICON_RELATIVE`toggle_on.png}{/if} + {if $user->is_acting_admin == 1} + + {/if} + {permissions level=$smarty.const.UILEVEL_PERMISSIONS}
{icon class=edit action=edituser record=$user} - {icon img=change_password.png action=change_password record=$user title="Change this users password" text="Password"} + {icon class="password" action=change_password record=$user title="Change this users password" text="Password"} {icon action=delete record=$user title="Delete" onclick="return confirm('Are you sure you want to delete this user?');"}
{/permissions}