[open-ils-commits] [GIT] Evergreen ILS branch rel_2_1 updated. fbf28d34193afb90db77d27ebe0f7bae45544522

Evergreen Git git at git.evergreen-ils.org
Wed Sep 21 09:15:13 EDT 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, rel_2_1 has been updated
       via  fbf28d34193afb90db77d27ebe0f7bae45544522 (commit)
      from  1629568e7b2d6752a35e29a937c559ac7b0f5770 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit fbf28d34193afb90db77d27ebe0f7bae45544522
Author: Dan Scott <dscott at laurentian.ca>
Date:   Fri Sep 16 23:44:28 2011 -0400

    Can't have two identical IDs on the same page
    
    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 at laurentian.ca>
    Signed-off-by: Mike Rylander <mrylander at gmail.com>

diff --git a/Open-ILS/src/templates/password-reset/request-form.tt2 b/Open-ILS/src/templates/password-reset/request-form.tt2
index 8f58516..10079cf 100644
--- a/Open-ILS/src/templates/password-reset/request-form.tt2
+++ b/Open-ILS/src/templates/password-reset/request-form.tt2
@@ -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>-->

-----------------------------------------------------------------------

Summary of changes:
 .../src/templates/password-reset/request-form.tt2  |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list