[open-ils-commits] [GIT] Evergreen ILS branch master updated. 4b30fb84f74e46b9661704f18a89cb920126241e
Evergreen Git
git at git.evergreen-ils.org
Thu Feb 19 16:23:47 EST 2015
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 4b30fb84f74e46b9661704f18a89cb920126241e (commit)
from e09409f00086adb082f29cf41584163a3384ff8f (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 4b30fb84f74e46b9661704f18a89cb920126241e
Author: Dan Scott <dscott at laurentian.ca>
Date: Thu Feb 19 13:58:21 2015 -0500
lp1422555: Link permalink icon on record summary
Make the permalink icon a link, in addition to the text for
"Permalink" itself, to be more consistent with the other
action icons.
Signed-off-by: Dan Scott <dscott at laurentian.ca>
Signed-off-by: Kathy Lussier <klussier at masslnc.org>
Signed-off-by: Ben Shum <bshum at biblio.org>
diff --git a/Open-ILS/src/templates/opac/parts/record/summary.tt2 b/Open-ILS/src/templates/opac/parts/record/summary.tt2
index 5407062..daf4488 100644
--- a/Open-ILS/src/templates/opac/parts/record/summary.tt2
+++ b/Open-ILS/src/templates/opac/parts/record/summary.tt2
@@ -77,8 +77,10 @@
[%- INCLUDE 'opac/parts/record/refworks.tt2' %]
[%- END %]
<div class="rdetail_aux_utils share_record">
- <img src="[% ctx.media_prefix %]/images/link.png" alt="[% l('Permalink') %]" />
- <a href="[% mkurl('', {locg =>CGI.param('locg'), copy_depth =>CGI.param('copy_depth')}, 1) %]" class="no-dec">[% l('Permalink') %]</a>
+ <a href="[% mkurl('', {locg =>CGI.param('locg'), copy_depth =>CGI.param('copy_depth')}, 1) %]" class="no-dec">
+ <img src="[% ctx.media_prefix %]/images/link.png" alt="[% l('Permalink') %]" />
+ [% l('Permalink') %]
+ </a>
</div>
</div>
</div>
-----------------------------------------------------------------------
Summary of changes:
.../src/templates/opac/parts/record/summary.tt2 | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list