LP 1628966: View Temporary/My Lists from Record Summary
authorChristine Morgan <cmorgan@noblenet.org>
Thu, 6 Oct 2016 15:58:20 +0000 (11:58 -0400)
committerJason Stephenson <jason@sigio.com>
Fri, 4 Nov 2016 14:01:22 +0000 (10:01 -0400)
This commit adds a link to the record summary screen in the public
opac that allows access to a temporary list or, if logged in, all your
lists.

Signed-off-by: Christine Morgan <cmorgan@noblenet.org>
Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Signed-off-by: Jason Stephenson <jason@sigio.com>
Open-ILS/src/templates/opac/parts/record/summary.tt2

index 4fa0ba8..22ce3c2 100644 (file)
@@ -32,6 +32,8 @@
         <br />
     </div>
     <div id="format_actions">
+
+
         [%- IF attrs.format_label %]
           [% FOR format IN attrs.all_formats %]
               <img title="[% format.label | html %]" 
@@ -40,6 +42,7 @@
               [% format.label | html %]
           [% END %]
         [%- END %]
+
         <div id="rdetail_actions_div">
             [%- search_ou = ctx.search_ou;
                 IF ctx.place_unfillable ||
             </div>
             [%- END -%]
             <div class="rdetail_aux_utils toggle_list">
-            [%  IF ctx.user;
-                INCLUDE "opac/parts/bookbag_actions.tt2";
-            %]
-            [%  ELSE;
-                operation = ctx.mylist.grep(ctx.bre_id).size ? "delete" : "add";
-                label = (operation == "add") ? l("Add to my list") : l("Remove from my list"); 
-            %]
-                <a href="[% mkurl(ctx.opac_root _ '/mylist/' _ operation, {record => ctx.bre_id}, stop_parms) %]" class="no-dec" rel="nofollow" vocab="">
-                    <img src="[% ctx.media_prefix %]/images/clipboard.png" alt="" />
-                    [% label %]
-                </a>
-            [% END %]
-            </div>
-            <div class="rdetail_aux_utils">
-                <img src="[% ctx.media_prefix %]/images/clipboard.png" alt="[% l('Print / Email Actions Image') %]" />
-                <a href="[% mkurl(ctx.opac_root _ '/record/print/' _ ctx.bre_id) %]" class="no-dec" rel="nofollow" vocab="">[% l('Print') %]</a> /
-                <a href="[% mkurl(ctx.opac_root _ '/record/email/' _ ctx.bre_id) %]" class="no-dec" rel="nofollow" vocab="">[% l('Email') %]</a>
-            </div>
-            [%- IF ctx.refworks.enabled == 'true' %]
-                [%- INCLUDE 'opac/parts/record/refworks.tt2' %]
-            [%- END %]
-                       [% IF !ctx.is_staff %]
+                       [%  IF ctx.user;
+                               INCLUDE "opac/parts/bookbag_actions.tt2";
+                       %]
+                       [%  ELSE;
+                               operation = ctx.mylist.grep(ctx.bre_id).size ? "delete" : "add";
+                               label = (operation == "add") ? l("Add to my list") : l("Remove from my list"); 
+                       %]
+                               <a href="[% mkurl(ctx.opac_root _ '/mylist/' _ operation, {record => ctx.bre_id}, stop_parms) %]" class="no-dec" rel="nofollow" vocab="">
+                                       <img src="[% ctx.media_prefix %]/images/clipboard.png" alt="" />
+                                       [% label %]
+                               </a>
+                       [% END %]
+                       </div>
+                       <div class="rdetail_aux_utils toggle_list">
+                                       [% IF ctx.mylist.size %]
+                                               [%- IF ctx.user; %]
+                                               <a href="[% mkurl(ctx.opac_root _ '/myopac/lists') %]" class="no-dec" rel="nofollow" vocab=""><img src="[% ctx.media_prefix %]/images/clipboard.png" alt="[% l('View My Lists') %]" />[% l(' View My Lists') %]</a>
+                                               [%- ELSE %]
+                                               <a href="[% mkurl(ctx.opac_root _ '/mylist') %]" class="no-dec" rel="nofollow" vocab=""><img src="[% ctx.media_prefix %]/images/clipboard.png" alt="[% l('View My Temporary List') %]" />[% l(' View My Temporary List') %]</a>
+                                               [%- END %]
+                                       [% END %]
+                               </div>
+                               <div class="rdetail_aux_utils">
+                                       <img src="[% ctx.media_prefix %]/images/clipboard.png" alt="[% l('Print / Email Actions Image') %]" />
+                                       <a href="[% mkurl(ctx.opac_root _ '/record/print/' _ ctx.bre_id) %]" class="no-dec" rel="nofollow" vocab="">[% l('Print') %]</a> /
+                                       <a href="[% mkurl(ctx.opac_root _ '/record/email/' _ ctx.bre_id) %]" class="no-dec" rel="nofollow" vocab="">[% l('Email') %]</a>
+                               </div>
+                               [%- IF ctx.refworks.enabled == 'true' %]
+                                       [%- INCLUDE 'opac/parts/record/refworks.tt2' %]
+                               [%- END %]
+                         [% IF !ctx.is_staff %]
                                <div class="rdetail_aux_utils share_record">
                                        <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') %]" />
@@ -327,7 +339,6 @@ IF num_uris > 0;
     </li>
     [%- END %]
 </ul>
-
 [%- INCLUDE "opac/parts/record/contents.tt2" %]
 [%- INCLUDE "opac/parts/record/subjects.tt2" %]
 [%- INCLUDE "opac/parts/record/series.tt2" %]