aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2005-10-22 09:53:12 +0000
committerplegall <plg@piwigo.org>2005-10-22 09:53:12 +0000
commit11615fcba672808a02920102e74f439a4087f036 (patch)
treea10371ec47fe9ead9d94a2bf0dbabfbf889a716a /template
parent56f29767a83b7f616962db2ffde2ae45f46ae831 (diff)
- bug 173 fixed: due to phpBB user identifiers management, the method to
find the next user identifier has changer to MAX+1. - improvement: information message when new user added - bug fixed: language item "Username" used instead of "login". git-svn-id: http://piwigo.org/svn/trunk@906 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template')
-rw-r--r--template/yoga/admin/user_list.tpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/template/yoga/admin/user_list.tpl b/template/yoga/admin/user_list.tpl
index 1e1f01087..a3392d6f6 100644
--- a/template/yoga/admin/user_list.tpl
+++ b/template/yoga/admin/user_list.tpl
@@ -8,7 +8,7 @@
<form class="filter" method="post" name="add_user" action="{F_ADD_ACTION}">
<fieldset>
<legend>{lang:Add a user}</legend>
- <label>{L_USERNAME} <input type="text" name="login" maxlength="50" size="20" /></label>
+ <label>{lang:Username} <input type="text" name="login" maxlength="50" size="20" /></label>
<label>{L_PASSWORD} <input type="text" name="password" /></label>
<input type="submit" name="submit_add" value="{L_SUBMIT}" />
</fieldset>
@@ -27,7 +27,7 @@
<legend>{lang:Filter}</legend>
- <label>{lang:username} <input type="text" name="username" value="{F_USERNAME}" /></label>
+ <label>{lang:Username} <input type="text" name="username" value="{F_USERNAME}" /></label>
<label>
{lang:status}
@@ -76,7 +76,7 @@
<table class="table2">
<tr class="throw">
<th>&nbsp;</th>
- <th>{L_USERNAME}</th>
+ <th>{lang:Username}</th>
<th>{L_STATUS}</th>
<th>{L_EMAIL}</th>
<th>{lang:Groups}</th>