[open-ils-commits] [GIT] Evergreen ILS branch rel_2_0 updated. 14b245a7a4d54a1df5f99cd96568e24374c8b5cb

Evergreen Git git at git.evergreen-ils.org
Wed Sep 21 09:15:41 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_0 has been updated
       via  14b245a7a4d54a1df5f99cd96568e24374c8b5cb (commit)
      from  e4c76832c85f0212e456e2b5aeb76046e5d77bb4 (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 14b245a7a4d54a1df5f99cd96568e24374c8b5cb
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