[open-ils-commits] [GIT] Evergreen ILS branch rel_2_12 updated. 62bb33cf696627b01d514b630c2290b55b344b96

Evergreen Git git at git.evergreen-ils.org
Thu Sep 14 23:37:51 EDT 2017


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_12 has been updated
       via  62bb33cf696627b01d514b630c2290b55b344b96 (commit)
      from  ee8cb622fc2120dfd70559dbd01831c52c92a977 (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 62bb33cf696627b01d514b630c2290b55b344b96
Author: Kathy Lussier <klussier at masslnc.org>
Date:   Wed Sep 13 14:12:44 2017 -0400

    LP#1716475: Add label for mobile carrier select menu
    
    Replace the empty string with a label in the SMS carrier select menu due to
    issues that arose when putting an empty string in the translation file. It
    also is good usability.
    
    Signed-off-by: Kathy Lussier <klussier at masslnc.org>
    Signed-off-by: Ben Shum <ben at evergreener.net>

diff --git a/Open-ILS/src/templates/opac/parts/sms_carrier_selector.tt2 b/Open-ILS/src/templates/opac/parts/sms_carrier_selector.tt2
index 1f66d15..0a6d5a9 100644
--- a/Open-ILS/src/templates/opac/parts/sms_carrier_selector.tt2
+++ b/Open-ILS/src/templates/opac/parts/sms_carrier_selector.tt2
@@ -19,7 +19,7 @@
 %]
 [% IF NOT sms_carrier_hide_label; l('Mobile carrier:'); END; %]
 <select name="sms_carrier">
-    <option value="">[% l('') %]</option>
+    <option value="">[% l('Please select your mobile carrier') %]</option>
     [% FOR carrier IN carriers.sort('name','region') -%]
     <option value='[% carrier.id | html %]'[%
         default_carrier == carrier.id ? ' selected="selected"' : ''

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

Summary of changes:
 .../templates/opac/parts/sms_carrier_selector.tt2  |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list