mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 17:23:04 +02:00
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:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user