wrong id/name for the username input 

git-svn-id: http://piwigo.org/svn/trunk@23658 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
flop25
2013-06-29 12:05:57 +00:00
parent ff4cbd7d97
commit 6ed0882676

View File

@@ -4,8 +4,8 @@
<form method="post" action="{$F_ACTION}" class="properties" name="register_form">
<div data-role="fieldcontain">
<label for="username">* {'Username'|@translate}</label>
<input type="text" name="username" id="username" value="{$F_LOGIN}">
<label for="login">* {'Username'|@translate}</label>
<input type="text" name="login" id="login" value="{$F_LOGIN}">
</div>
<div data-role="fieldcontain">