diff --git a/pylons_app/templates/admin/users/users.html b/pylons_app/templates/admin/users/users.html --- a/pylons_app/templates/admin/users/users.html +++ b/pylons_app/templates/admin/users/users.html @@ -15,13 +15,13 @@ <%def name="main()">

${_('Mercurial users')}

- - - - - - - +
IdUsernameActiveAdminAction
+ + + + + + %for user in c.users_list: @@ -31,12 +31,12 @@ %endfor
IDUsernameActiveAdminAction
${user.admin} ${h.form(url('user', id=user.user_id),method='delete')} - ${h.submit('remove','remove',class_="submit")} + ${h.submit('remove','delete',class_="delete_icon action_button")} ${h.end_form()}
-

${h.link_to(u'Add user',h.url('new_user'))}

+ ${h.link_to(u'add user',h.url('new_user'))}