From 98a792f5fa0648f578248363e63411ba163fde76 Mon Sep 17 00:00:00 2001 From: Terran McCanna Date: Wed, 30 Dec 2015 13:55:50 -0500 Subject: [PATCH] OPAC changes in preparation for upgrade: 1. Added instructions to circ history page in My Account for turning on your circulation history. 2. Modified behavior or NoveList tab on item details page so that it is closed by default in the staff client, and it will close when a different tab is opened to reduce page scrolling. Signed-off-by: Terran McCanna --- Open-ILS/src/templates/opac/myopac/circ_history.tt2 | 10 +++++++++- Open-ILS/src/templates/opac/parts/myopac/prefs_base.tt2 | 2 +- Open-ILS/src/templates/opac/parts/record/extras.tt2 | 5 ++++- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/Open-ILS/src/templates/opac/myopac/circ_history.tt2 b/Open-ILS/src/templates/opac/myopac/circ_history.tt2 index 59dbc2d33a..c7969d78af 100644 --- a/Open-ILS/src/templates/opac/myopac/circ_history.tt2 +++ b/Open-ILS/src/templates/opac/myopac/circ_history.tt2 @@ -60,7 +60,15 @@
[% IF ctx.circs.size < 1 %] -
[% l('There are no items in your circulation history.') %]
+
[% l('There are no items in your circulation history.') %]
+

If you would like to save a list of the items you check out:

+
    +
  1. Click on the Account Preferences tab.
  2. +
  3. Click on the the Search and History Preferences tab.
  4. +
  5. Check the box next to "Keep history of checked out items?"
  6. +
  7. Click Save
  8. +
+

It will begin saving a list with the next item you check out.

[% ELSE %]
"prefs", name => l("Personal Information")}, {url => "prefs_notify", name => l("Notification Preferences")}, - {url => "prefs_settings", name => l("Search Preferences")}, + {url => "prefs_settings", name => l("Search and History Preferences")}, {url => "prefs_my_lists", name => l("My Lists Preferences")} ]; skin_root = "../" diff --git a/Open-ILS/src/templates/opac/parts/record/extras.tt2 b/Open-ILS/src/templates/opac/parts/record/extras.tt2 index a132646fe2..a35c853d1b 100644 --- a/Open-ILS/src/templates/opac/parts/record/extras.tt2 +++ b/Open-ILS/src/templates/opac/parts/record/extras.tt2 @@ -73,9 +73,12 @@