mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-01 20:04:51 +02:00
- bug fixed : localized label on submit button to add users in
administration git-svn-id: http://piwigo.org/svn/trunk@743 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
<form method="post" name="post" action="{add_user.F_ACTION}">
|
||||
{L_USERNAME} <input type="text" name="login" maxlength="50" size="20" />
|
||||
{L_PASSWORD} <input type="text" name="password" />
|
||||
<input type="submit" name="submit_add" value="add" class="bouton" />
|
||||
<input type="submit" name="submit_add" value="{L_SUBMIT}" class="bouton" />
|
||||
</form>
|
||||
<!-- END add_user -->
|
||||
|
||||
|
||||
Reference in New Issue
Block a user