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

Evergreen Git git at git.evergreen-ils.org
Mon Aug 22 08:00:21 EDT 2016


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  c597e8f644afc216f7ed86e01765da12a79f6780 (commit)
      from  7cddf474896a02efdb8d94fa36711be4bab5d715 (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 c597e8f644afc216f7ed86e01765da12a79f6780
Author: Chris Sharp <csharp at georgialibraries.org>
Date:   Sat Aug 20 14:52:15 2016 -0400

    LP#1586221 - Remove "no spaces" message from login form.
    
    Since the fix to bug 1086064 removes any spaces entered into
    the login form, it is now inaccurate to require the user to type
    their cards with no spaces (since most library cards have spaces
    in the number on the physical card).
    
    Signed-off-by: Chris Sharp <csharp at georgialibraries.org>
    Signed-off-by: Kathy Lussier <klussier at masslnc.org>

diff --git a/Open-ILS/src/templates/opac/parts/login/form.tt2 b/Open-ILS/src/templates/opac/parts/login/form.tt2
index 88d42c9..1657855 100644
--- a/Open-ILS/src/templates/opac/parts/login/form.tt2
+++ b/Open-ILS/src/templates/opac/parts/login/form.tt2
@@ -22,7 +22,7 @@
             <div class="input_bg">
                 <input type='text' id="username_field" name="username" autofocus />
             </div>
-            <div class="lbl2">[% l('Please include leading zeros and no spaces.') %]</div>
+            <div class="lbl2">[% l('Please include leading zeros.') %]</div>
             <div class="lbl2">[% l('Example: 0026626051') %]</div>
         </div>
         <div style="float: left;">

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

Summary of changes:
 Open-ILS/src/templates/opac/parts/login/form.tt2 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list