From 0b9341b008a011b07646514a58dea4205a7bd91d 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 bf51f659a9..a48448f542 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 8c9718e8d4..1855dedfc9 100644 --- a/Open-ILS/src/templates/opac/parts/record/extras.tt2 +++ b/Open-ILS/src/templates/opac/parts/record/extras.tt2 @@ -72,9 +72,12 @@