merge svn:23658 from trunk to 2.5

bug:2934
wrong id/name for the username input 

git-svn-id: http://piwigo.org/svn/branches/2.5@23659 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
flop25
2013-06-29 12:08:16 +00:00
parent 386fa7edf8
commit 0f8db7c4f6
+2 -2
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">