From c873055829a359bda3505e887e53ba5cd368a0f9 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Thu, 9 Jun 2011 09:17:04 -0400 Subject: [PATCH] added read support for holds history setting --- .../default/opac/myopac/prefs_settings.tt2 | 31 +++++++++++----------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/Open-ILS/web/templates/default/opac/myopac/prefs_settings.tt2 b/Open-ILS/web/templates/default/opac/myopac/prefs_settings.tt2 index 85594f7551..cb5335ac24 100644 --- a/Open-ILS/web/templates/default/opac/myopac/prefs_settings.tt2 +++ b/Open-ILS/web/templates/default/opac/myopac/prefs_settings.tt2 @@ -15,11 +15,10 @@ - +
- + - - + + + + -- 2.11.0
[% l("Search hits per page") %]
@@ -27,28 +26,30 @@ src="[% ctx.media_prefix %]/images/question-mark.png" />
- + [% FOR val IN [5, 8, 10, 15, 20, 25, 50] %] [% END %]
[% l('Keep history of checked out items?') %] - [% l('Keep history of checked out items?') %] + [% setting = 'history.circ.retention_start' %] +
[% l('Keep history of holds?') %] - + [% setting = 'history.hold.retention_start' %] +