[open-ils-commits] [GIT] Evergreen ILS branch rel_2_3 updated. da90a9d224aa3cc5f6db79d46bab206b3d348257

Evergreen Git git at git.evergreen-ils.org
Wed Aug 22 13:54:27 EDT 2012


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_3 has been updated
       via  da90a9d224aa3cc5f6db79d46bab206b3d348257 (commit)
      from  3eeb012eb47d9db24658558122751034ee2ccc17 (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 da90a9d224aa3cc5f6db79d46bab206b3d348257
Author: Dan Scott <dscott at laurentian.ca>
Date:   Wed Aug 15 07:18:53 2012 -0400

    TPAC: Move "Export to RefWorks" into utility area
    
    When the RefWorks functionality was being added to TPAC, the design and
    layout were very much in flux. Now that the layout has been established
    with utilities like "Place Hold" on the right hand side, move the
    "Export to RefWorks" button into the same location.
    
    Signed-off-by: Dan Scott <dscott at laurentian.ca>
    Signed-off-by: Art Rhyno <art632000 at yahoo.ca>

diff --git a/Open-ILS/src/templates/opac/parts/record/refworks.tt2 b/Open-ILS/src/templates/opac/parts/record/refworks.tt2
index ed02a74..2628063 100644
--- a/Open-ILS/src/templates/opac/parts/record/refworks.tt2
+++ b/Open-ILS/src/templates/opac/parts/record/refworks.tt2
@@ -1,4 +1,4 @@
-[%
+[%-
     # Default to the root of the org unit tree in the absence of a specific library
     loc = ctx.search_ou;
 
@@ -15,6 +15,6 @@
         '/opac/extras/supercat/marctxt/record/' _ 
         ctx.bre_id;
 %]
-<div class="rdetail_refworks">
-    <a href="[% rw_uri %]">[% l('Export to RefWorks') %]</a>
+<div class="rdetail_aux_utils rdetail_refworks">
+    <a href="[% rw_uri %]"><img src="/images/starz.png" alt="" />[% l('Export to RefWorks') %]</a>
 </div>
diff --git a/Open-ILS/src/templates/opac/parts/record/summary.tt2 b/Open-ILS/src/templates/opac/parts/record/summary.tt2
index 990201d..868a7dd 100644
--- a/Open-ILS/src/templates/opac/parts/record/summary.tt2
+++ b/Open-ILS/src/templates/opac/parts/record/summary.tt2
@@ -5,10 +5,6 @@
 <!-- ****************** rdetail_summary.xml ***************************** -->
 <abbr class="unapi-id" title='tag:[% ctx.hostname %],[% date.format(date.now, '%Y') %]:biblio-record_entry/[% ctx.bre_id %]'></abbr>
 
-[%- IF ctx.refworks.enabled == 'true' %]
-    [% INCLUDE 'opac/parts/record/refworks.tt2' %]
-[%- END %]
-
 <hr />
 
 [%-# This holds the record summary information %]
@@ -55,6 +51,9 @@
             <a href="[% mkurl(ctx.opac_root _ '/record/print/' _ ctx.bre_id) %]" class="no-dec">[% l('Print') %]</a> /
             <a href="[% mkurl(ctx.opac_root _ '/record/email/' _ ctx.bre_id) %]" class="no-dec">[% l('Email') %]</a>
         </div>
+        [%- IF ctx.refworks.enabled == 'true' %]
+            [%- INCLUDE 'opac/parts/record/refworks.tt2' %]
+        [%- END %]
     </div>
     <div id='rdetail_title_div'>
         [%- IF attrs.format_icon %]

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

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


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list