From: Terran McCanna Date: Wed, 30 Dec 2015 18:55:50 +0000 (-0500) Subject: OPAC changes in preparation for upgrade: X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=98a792f5fa0648f578248363e63411ba163fde76;p=evergreen%2Fpines.git 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 --- 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 @@