From: Bill Erickson Date: Mon, 16 May 2016 14:22:57 +0000 (-0400) Subject: JBAS-1326 C/O history TPAC cross-port X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=902612ad5248df4b70db10fd98fde38c7db5f70d;p=working%2FEvergreen.git JBAS-1326 C/O history TPAC cross-port Signed-off-by: Bill Erickson --- diff --git a/KCLS/openils/var/templates_kcls/opac/myopac/circ_history.tt2 b/KCLS/openils/var/templates_kcls/opac/myopac/circ_history.tt2 index 895356be12..ee43670aec 100644 --- a/KCLS/openils/var/templates_kcls/opac/myopac/circ_history.tt2 +++ b/KCLS/openils/var/templates_kcls/opac/myopac/circ_history.tt2 @@ -39,10 +39,36 @@ [% ELSE %] +
+ + + + + + +
+ + + +
+ @@ -71,6 +97,9 @@ attrs = {marc_xml => circ.marc_xml}; PROCESS get_marc_attrs args=attrs; %] +
+ + [% l('Title') %]
+ + [% attrs.title | html %] @@ -105,6 +134,7 @@
+
[% END %] [% END %] diff --git a/KCLS/openils/var/templates_kcls/opac/myopac/prefs_settings.tt2 b/KCLS/openils/var/templates_kcls/opac/myopac/prefs_settings.tt2 index 4fa1e540d9..396929a62c 100644 --- a/KCLS/openils/var/templates_kcls/opac/myopac/prefs_settings.tt2 +++ b/KCLS/openils/var/templates_kcls/opac/myopac/prefs_settings.tt2 @@ -7,6 +7,7 @@
+ [% IF !ctx.confirm_history_delete %]
@@ -14,11 +15,23 @@
+ [% END %] - [% IF ctx.updated_user_settings %] + [% IF ctx.confirm_history_delete %] + + [% ELSIF ctx.updated_user_settings %] [% END %] - + @@ -84,7 +98,8 @@
+
+ [% l('Disabling checkout or holds history will permanently remove all items from your history.') %] +
+ [% l('Are you sure you wish to continue?') %] +
+ [% l('Cancel') %] + + +
[% l('Account Successfully Updated') %] @@ -26,7 +39,7 @@
[% l("Search hits per page") %]
@@ -76,7 +89,8 @@
[% setting = 'history.circ.retention_start' %] + [% IF ctx.user_setting_map.$setting + AND !ctx.clear_circ_history %] checked='checked' [% END %]/>
[% setting = 'history.hold.retention_start' %] + [% IF ctx.user_setting_map.$setting + AND !ctx.clear_hold_history %] checked='checked' [% END %]/>