[open-ils-commits] [GIT] Evergreen ILS branch master updated. c0222f5e316b760c48dfc3815f56f4692860c3b2
Evergreen Git
git at git.evergreen-ils.org
Thu Sep 14 23:37:58 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, master has been updated
via c0222f5e316b760c48dfc3815f56f4692860c3b2 (commit)
from 672bdb7095b7d637f0f8466855713472c1ab206e (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 c0222f5e316b760c48dfc3815f56f4692860c3b2
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