[open-ils-commits] ***SPAM*** [GIT] Evergreen ILS branch rel_2_7 updated. d8d04d465d50506c05db8dbbe73343605f711393
Evergreen Git
git at git.evergreen-ils.org
Tue Dec 23 14:54:43 EST 2014
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_7 has been updated
via d8d04d465d50506c05db8dbbe73343605f711393 (commit)
from 84dacd6d9c75fe180d13ffa212c733cd1c022ef1 (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 d8d04d465d50506c05db8dbbe73343605f711393
Author: Michael Peters <mpeters at emeralddata.net>
Date: Mon Dec 8 12:08:21 2014 -0500
LP#1319964 "Summaries & More" displays improperly in TPAC
Commit 14eb3d30 added HTML-escaping of OPAC extras display
labels, meaning that if an ampersand in such a label is
desired, it should be entered in the template just as an ampersand.
Signed-off-by: Michael Peters <mpeters at emeralddata.net>
[Amended original commit to tweak message and remove unecessary changes
to .po files, which are rebuilt when a release is rolled.]
Signed-off-by: Galen Charlton <gmc at esilibrary.com>
diff --git a/Open-ILS/src/templates/opac/parts/record/extras.tt2 b/Open-ILS/src/templates/opac/parts/record/extras.tt2
index 39baa41..017b75f 100644
--- a/Open-ILS/src/templates/opac/parts/record/extras.tt2
+++ b/Open-ILS/src/templates/opac/parts/record/extras.tt2
@@ -54,7 +54,7 @@
END;
extras = [
- {name => 'summaryplus', label => l('Summaries & More'), hide => hide_summary},
+ {name => 'summaryplus', label => l('Summaries & More'), hide => hide_summary},
{name => 'annotation', label => l('Annotation'), hide => 1},
{name => 'awards', label => l('Awards, Reviews, & Suggested Reads')},
{name => 'excerpt', label => l('Excerpt'), hide => 1},
-----------------------------------------------------------------------
Summary of changes:
.../src/templates/opac/parts/record/extras.tt2 | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list