Can't have two identical IDs on the same page
authorDan Scott <dscott@laurentian.ca>
Sat, 17 Sep 2011 03:44:28 +0000 (23:44 -0400)
committerMike Rylander <mrylander@gmail.com>
Wed, 21 Sep 2011 13:08:42 +0000 (09:08 -0400)
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>
Open-ILS/src/templates/password-reset/request-form.tt2

index 8f58516..10079cf 100644 (file)
@@ -18,7 +18,7 @@
       </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>-->