Nobody who cares about the pure Web experience ever noticed that this
page has two identical IDs. Chromium and other browsers complain,
though, so make them happy.
Signed-off-by: Dan Scott <dscott@laurentian.ca>
Signed-off-by: Mike Rylander <mrylander@gmail.com>
</tr>
<tr>
<td><label for="username">[% i18n.USERNAME_PROMPT %] </label></td>
- <td><input type="text" id="barcode" name="username" dojoType="dijit.form.TextBox"/></td>
+ <td><input type="text" id="username" name="username" dojoType="dijit.form.TextBox"/></td>
</tr>
</table>
<!--<label for="email">[% i18n.EMAIL_PROMPT %] </label><input type="text" name="email"/></br>-->