- 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:
plegall 2005-02-18 20:46:17 +00:00
parent b3aff324b9
commit 8397b98d28

View file

@ -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 -->