- 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:
parent
b3aff324b9
commit
8397b98d28
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
||||||
<form method="post" name="post" action="{add_user.F_ACTION}">
|
<form method="post" name="post" action="{add_user.F_ACTION}">
|
||||||
{L_USERNAME} <input type="text" name="login" maxlength="50" size="20" />
|
{L_USERNAME} <input type="text" name="login" maxlength="50" size="20" />
|
||||||
{L_PASSWORD} <input type="text" name="password" />
|
{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>
|
</form>
|
||||||
<!-- END add_user -->
|
<!-- END add_user -->
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue