[open-ils-commits] [GIT] Evergreen ILS branch rel_2_2 updated. 01f1ea70d07de59e3c85af44b7c1a2f98cde0323

Evergreen Git git at git.evergreen-ils.org
Wed Aug 22 13:54:49 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_2 has been updated
       via  01f1ea70d07de59e3c85af44b7c1a2f98cde0323 (commit)
      from  8c5d40deb4284be07ecded1904b44ca5a482914d (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 01f1ea70d07de59e3c85af44b7c1a2f98cde0323
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 062bf2f..3b348d6 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 %]
@@ -44,6 +40,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