From: Terran McCanna Date: Tue, 17 Nov 2020 22:49:51 +0000 (-0500) Subject: OPAC: Customizations to My Account X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=a903cb490564a565bef7627acfc89022ca13ce0a;p=evergreen%2Fpines.git OPAC: Customizations to My Account Multiple customizations to new Bootstrap version of My Account. - Hide ebook info from displaying since we're not using it in PINES - Fix wrapping problem with buttons on Holds page - Add help popups to holds history and check out history pages - Add PINES direction to contact their local library for assistance - Remove hold order status (you are 1 of 17 holds) Signed-off-by: Terran McCanna --- diff --git a/Open-ILS/src/templates-bootstrap/opac/myopac/charges.tt2 b/Open-ILS/src/templates-bootstrap/opac/myopac/charges.tt2 index efb7276af7..7bf5f296d0 100755 --- a/Open-ILS/src/templates-bootstrap/opac/myopac/charges.tt2 +++ b/Open-ILS/src/templates-bootstrap/opac/myopac/charges.tt2 @@ -133,6 +133,7 @@

[% l("Charges On Your Account") %]

+
[% l("PINES Account Tips") %]
[% IF myopac_cc_allowed %]
diff --git a/Open-ILS/src/templates-bootstrap/opac/myopac/circ_history.tt2 b/Open-ILS/src/templates-bootstrap/opac/myopac/circ_history.tt2 index 0c14daa149..f2b39e6612 100755 --- a/Open-ILS/src/templates-bootstrap/opac/myopac/circ_history.tt2 +++ b/Open-ILS/src/templates-bootstrap/opac/myopac/circ_history.tt2 @@ -7,7 +7,7 @@ limit = ctx.circ_history_limit; offset = ctx.circ_history_offset; %] -

[% l('History of Checked Out Items') %]

+

[% l('History of Checked Out Items') %]

[% # In the sorting case, the size is the size of ALL the circ items. In the non-sorting case, diff --git a/Open-ILS/src/templates-bootstrap/opac/myopac/circs.tt2 b/Open-ILS/src/templates-bootstrap/opac/myopac/circs.tt2 index 91f8d33a9f..d347fa3f1f 100755 --- a/Open-ILS/src/templates-bootstrap/opac/myopac/circs.tt2 +++ b/Open-ILS/src/templates-bootstrap/opac/myopac/circs.tt2 @@ -6,6 +6,7 @@ parent="circs"; %]

[% l('Current Items Checked Out') %]

+
[% l("PINES Account Tips") %]
@@ -150,7 +151,7 @@ Renewals Remaining - [% circ.circ.renewal_remaining %] + [% circ.circ.renewal_remaining %] [% due_date = ctx.parse_datetime(circ.circ.due_date, circ.circ.circ_lib); diff --git a/Open-ILS/src/templates-bootstrap/opac/myopac/hold_history.tt2 b/Open-ILS/src/templates-bootstrap/opac/myopac/hold_history.tt2 index 26830994c9..7ed4903459 100755 --- a/Open-ILS/src/templates-bootstrap/opac/myopac/hold_history.tt2 +++ b/Open-ILS/src/templates-bootstrap/opac/myopac/hold_history.tt2 @@ -9,7 +9,8 @@ count = ctx.hold_history_ids.size; %] -

[% l('Holds History') %]

+

[% l('Holds History') %]

+
[% l("PINES Account Tips") %]
diff --git a/Open-ILS/src/templates-bootstrap/opac/myopac/holds.tt2 b/Open-ILS/src/templates-bootstrap/opac/myopac/holds.tt2 index 07130d39f3..0a610276dc 100755 --- a/Open-ILS/src/templates-bootstrap/opac/myopac/holds.tt2 +++ b/Open-ILS/src/templates-bootstrap/opac/myopac/holds.tt2 @@ -16,11 +16,12 @@ l("Current Items on Hold"); END %] +
[% l("PINES Account Tips") %]
-
+
@@ -41,7 +42,7 @@
-
+
[% IF offset != 0 %] limit,offset => (offset - limit)}) %]' >◄[% l('Previous') %] [% END %] diff --git a/Open-ILS/src/templates-bootstrap/opac/myopac/lists.tt2 b/Open-ILS/src/templates-bootstrap/opac/myopac/lists.tt2 index 3735e18b71..dbc27250ea 100755 --- a/Open-ILS/src/templates-bootstrap/opac/myopac/lists.tt2 +++ b/Open-ILS/src/templates-bootstrap/opac/myopac/lists.tt2 @@ -14,6 +14,7 @@

[% l('My Lists') %]

+
[% l("PINES Account Tips") %]
diff --git a/Open-ILS/src/templates-bootstrap/opac/myopac/main.tt2 b/Open-ILS/src/templates-bootstrap/opac/myopac/main.tt2 index 29b8198538..2cf98ae57a 100755 --- a/Open-ILS/src/templates-bootstrap/opac/myopac/main.tt2 +++ b/Open-ILS/src/templates-bootstrap/opac/myopac/main.tt2 @@ -13,6 +13,7 @@

[% l('My Account Summary') %]

+
[% l("PINES Account Tips") %]
@@ -50,22 +51,21 @@


- [% IF ebook_api.enabled == 'true' %] -
+ -
+ -
+