[open-ils-commits] ***SPAM*** [GIT] Evergreen ILS branch master updated. 64e888e5fd2f378aea6563f4aff0ab6cf8cc1fb0

Evergreen Git git at git.evergreen-ils.org
Thu Sep 26 08:54:30 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  64e888e5fd2f378aea6563f4aff0ab6cf8cc1fb0 (commit)
      from  1db3c9196054cdd1f783e5f42b2f6b98b2eff3be (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 64e888e5fd2f378aea6563f4aff0ab6cf8cc1fb0
Author: Ben Shum <bshum at biblio.org>
Date:   Wed Sep 25 22:36:29 2013 -0400

    TPAC: Add format icon back to record details
    
    Similar to 502f93acff9a5713668931c980d6ce25962a1f8c finding compromise by
    putting the format icon back right next to the format label.
    
    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/record/summary.tt2 b/Open-ILS/src/templates/opac/parts/record/summary.tt2
index 6d78327..0f892d4 100644
--- a/Open-ILS/src/templates/opac/parts/record/summary.tt2
+++ b/Open-ILS/src/templates/opac/parts/record/summary.tt2
@@ -35,7 +35,7 @@
     <div id="format_actions">
         [%- IF attrs.format_label %]
         <div id="rdetail_format_label">
-            [%- attrs.format_label -%]
+            <img alt="[% attrs.format_label %]" title="[% attrs.format_label | html %]" src="[% attrs.format_icon %]" /> [%- attrs.format_label -%]
         </div>
         [%- END %]
         <div id="rdetail_actions_div">

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

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


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list