diff --git a/cps/templates/admin.html b/cps/templates/admin.html
index fb0c758f..e762c0c2 100644
--- a/cps/templates/admin.html
+++ b/cps/templates/admin.html
@@ -41,7 +41,7 @@
{% endif %}
{% endfor %}
-
+ {{_('Add New User')}}
{% if (config.config_login_type == 1) %}
{{_('Import LDAP Users')}}
{% endif %}
@@ -75,7 +75,7 @@
{% endif %}
-
+ {{_('Edit E-mail Server Settings')}}
@@ -134,15 +134,15 @@
{% endif %}
-
-
+ {{_('Edit Basic Configuration')}}
+ {{_('Edit UI Configuration')}}
{% if ( g.user and g.user.role_passwd() or g.user.role_admin() ) and not content.role_anonymous() %}
{% if g.user and g.user.role_admin() and not new_user and not profile and ( mail_configured and content.email if content.email != None ) %}
-
+ {{_('Reset user Password')}}
{% endif %}