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

Evergreen Git git at git.evergreen-ils.org
Fri Sep 6 14:11:51 EDT 2013


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  a9ea03bc8c51a6177612feffe1658c3b406154f9 (commit)
      from  2859d88277b44e89b6efbeac7de77d12f0ddd0ff (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 a9ea03bc8c51a6177612feffe1658c3b406154f9
Author: Ben Shum <bshum at biblio.org>
Date:   Thu Aug 29 14:58:20 2013 -0400

    Fix some bad break syntax
    
    Change </br> to a more appropriate <br/>
    
    Signed-off-by: Ben Shum <bshum at biblio.org>

diff --git a/Open-ILS/src/templates/circ/selfcheck/banner.tt2 b/Open-ILS/src/templates/circ/selfcheck/banner.tt2
index 30bcad0..baf12e4 100644
--- a/Open-ILS/src/templates/circ/selfcheck/banner.tt2
+++ b/Open-ILS/src/templates/circ/selfcheck/banner.tt2
@@ -2,14 +2,14 @@
 <div id='oils-selfck-logo-div'>
     <img src='[% ctx.media_prefix %]/images/self_eg_logo.png'/>
 </div>
-</br>
-</br>
+<br/>
+<br/>
 <div id='oils-selfck-scan-div'>
     <div id='oils-selfck-scan-text'></div>
-    </br>
+    <br/>
     <input jsId='selfckScanBox' dojoType='dijit.form.TextBox'/>
-    </br>
-    </br>
+    <br/>
+    <br/>
 </div>
 <div id='oils-selfck-status-div'></div>
 
diff --git a/Open-ILS/src/templates/opac/password_reset.tt2 b/Open-ILS/src/templates/opac/password_reset.tt2
index d6a27de..beb75c7 100644
--- a/Open-ILS/src/templates/opac/password_reset.tt2
+++ b/Open-ILS/src/templates/opac/password_reset.tt2
@@ -59,7 +59,7 @@
                 </tr>
             </table>
             [% IF ctx.get_org_setting(ctx.physical_loc || ctx.aou_tree.id, 'circ.password_reset_request_requires_matching_email') %]
-            <label for="email">[% l('Email address associated with the account:') %] </label><input type="text" name="email"/></br>
+            <label for="email">[% l('Email address associated with the account:') %] </label><input type="text" name="email"/><br/>
             [% END %]
             <button name="submit" id="submitButton" class="opac-button" type="submit">[% l('Submit') %]</button>
         </form>

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

Summary of changes:
 Open-ILS/src/templates/circ/selfcheck/banner.tt2 |   10 +++++-----
 Open-ILS/src/templates/opac/password_reset.tt2   |    2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list