From b457da8986a95cd87418ccba1ae5157dbb7f6187 Mon Sep 17 00:00:00 2001 From: Terran McCanna Date: Fri, 11 Dec 2020 18:06:04 -0500 Subject: [PATCH] PINES OPAC Customization: Make Lists Prettier Note that more work should be done on master to make lists more user-friendly, but this will be fine for us now. Signed-off-by: Terran McCanna --- .../src/templates-bootstrap/opac/myopac/lists.tt2 | 28 +++++++++++----------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/Open-ILS/src/templates-bootstrap/opac/myopac/lists.tt2 b/Open-ILS/src/templates-bootstrap/opac/myopac/lists.tt2 index 34d8c5f6cf..adeda880a8 100755 --- a/Open-ILS/src/templates-bootstrap/opac/myopac/lists.tt2 +++ b/Open-ILS/src/templates-bootstrap/opac/myopac/lists.tt2 @@ -87,12 +87,12 @@

[% l("... from basket") %]

[% INCLUDE "opac/parts/anon_list.tt2" %] [% ELSE %] -

[% l("My Existing Basket and Lists") %]

+

[% l("My Saved Lists") %]

[% INCLUDE "opac/parts/anon_list.tt2" %] [% IF ctx.bookbags.size %]
- [% l('Saved Lists') %] + [% l('Saved Lists') %] [% IF limit < ctx.bookbag_count; %] [%- IF offset > 0 -%] @@ -143,9 +143,8 @@
[% FOR bbag IN ctx.bookbags %]
- +
- + [% IF bbag.description %]
[% bbag.description | html %]
[% END %] + + +
-
[% baseurl = ctx.opac_root _ '/myopac/lists'; IF bbag.id != CGI.param("bbid"); url = mkurl(baseurl,{bbid => bbag.id, item_page => 1},['edit_notes','sort']); @@ -158,10 +157,10 @@ [% END %] - [% IF bbag.description %]
[% bbag.description | html %]
[% END %] -
-
[% IF ctx.add_rec %]
@@ -260,13 +259,15 @@ [% IF CGI.param("bbid") == bbag.id %]
-
List Items
+
List Items
-
+ +
[% IF bbag.items.size %] -
+
+ [% l('Select at least one item from your list below to use these actions:') %]
@@ -397,11 +398,10 @@ - [% IF ctx.bb_page_count > 1; %]
-
[% l('Navigate Selected List ') %]
-
+
[% l('Navigate Selected List ') %]
+
[%- IF item_page > 1 -%] item_page - 1 -- 2.11.0