[open-ils-commits] [GIT] Evergreen ILS branch master updated. 502f93acff9a5713668931c980d6ce25962a1f8c
Evergreen Git
git at git.evergreen-ils.org
Wed Sep 25 19:06:50 EDT 2013
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 502f93acff9a5713668931c980d6ce25962a1f8c (commit)
from 85a68d8477c2372284723c391b536478267b64ea (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 502f93acff9a5713668931c980d6ce25962a1f8c
Author: Ben Shum <bshum at biblio.org>
Date: Wed Sep 25 17:40:57 2013 -0400
TPAC: Add format icon back to search results
As a compromise, add the format icon back to the search results to sit alongside
the fully spelled out format label for the record. Having the label next to the
icon helps to inform on the icon without the need to hover.
Local sites may consider customizing this to their personal desires.
Signed-off-by: Ben Shum <bshum at biblio.org>
Signed-off-by: Dan Wells <dbw2 at calvin.edu>
diff --git a/Open-ILS/src/templates/opac/parts/result/table.tt2 b/Open-ILS/src/templates/opac/parts/result/table.tt2
index 18b55e3..81ca68a 100644
--- a/Open-ILS/src/templates/opac/parts/result/table.tt2
+++ b/Open-ILS/src/templates/opac/parts/result/table.tt2
@@ -95,7 +95,7 @@ END;
</div>
<div id='bib_format' class='result_table_title_cell'>
[%- IF attrs.format_label; %]
- [% attrs.format_label; %]
+ <img title="[% attrs.format_label | html %]" alt="[% attrs.format_label | html %]" src="[% attrs.format_icon %]" /> [% attrs.format_label; %]
[%- END %]
[%- UNLESS CGI.param('detail_record_view')
OR (show_more_details.default == 'true'
-----------------------------------------------------------------------
Summary of changes:
Open-ILS/src/templates/opac/parts/result/table.tt2 | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list