From 4f123251687500f7fbf27d85acca14cff4962382 Mon Sep 17 00:00:00 2001 From: Nicole C. Engard Date: Thu, 15 Aug 2013 22:08:41 -0400 Subject: [PATCH] Bug 10743: Add styles to 'my privacy' page in OPAC This patch does a couple things. Most importantly it adds a new div around the privacy rules summary so that it can be easily changed. It also moves the start of the form to right above the form's select box so that it's not in the new privacy rules div. To test: * Apply patch * Enable the use of privacy via the sys prefs * Log in to the OPAC * Visit the 'my privacy' tab * Make sure it looks okay * Submit the form and make sure it works * Repeat in the other theme --- .../opac-tmpl/prog/en/modules/opac-privacy.tt | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-privacy.tt b/koha-tmpl/opac-tmpl/prog/en/modules/opac-privacy.tt index 3bb988f..f854d32 100644 --- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-privacy.tt +++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-privacy.tt @@ -20,13 +20,11 @@ [% IF ( privacy_updated ) %]
Your privacy rules have been updated.
[% END %] - +

Privacy rule

[% IF ( Ask_data ) %]

We take great care in protecting your privacy. On this screen, you can define how long we keep your reading history.

Your options are:

-

-
  • Forever: keep my reading history without limit. This is the option for users who want to keep track of what they are reading.
  • Default: keep my reading history according to local laws. This is the default option : the library will keep your reading history for the duration permitted by local laws.
  • @@ -34,6 +32,9 @@

Please note that information on any book still checked-out must be kept by the library no matter which privacy option you choose.

Please also note that the library staff can't update these values for you: it's your privacy!

+
+ +