[open-ils-commits] [GIT] Evergreen ILS branch master updated. 4bccbbdf0267c8dd2aca177f5485e9f3ced38c5f

Evergreen Git git at git.evergreen-ils.org
Wed Sep 21 09:14:47 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, master has been updated
       via  4bccbbdf0267c8dd2aca177f5485e9f3ced38c5f (commit)
      from  19d5ae86242a855724b1b45d521e145b4b1ee793 (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 4bccbbdf0267c8dd2aca177f5485e9f3ced38c5f
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