From f48e096909763c3789df37c912e403f191703646 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 16 Jan 2018 16:00:23 +0000 Subject: [PATCH] Bug 19982: Switch single-column templates to Bootstrap grid: Patrons This patch updates two single-column patron module templates to use the Bootstrap grid: - discharges.tt - The list of pending discharges. One or more discharges must have been made via the OPAC. From the staff client home page, look for "Discharge requests pending." - members-update.tt - The list of pending patron updates. One or more updates must have been submitted via the OPAC. From the staff client home page, look for "Patrons requesting modifications." Each of these pages should look correct, with a single centered column with wide margins on either side. At lower browser widths the margins should disappear. Signed-off-by: Claire Gravely Signed-off-by: Katrin Fischer --- koha-tmpl/intranet-tmpl/prog/en/modules/members/discharges.tt | 10 ++++++---- .../intranet-tmpl/prog/en/modules/members/members-update.tt | 7 +++---- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/discharges.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/discharges.tt index 18dfb530c8..276d2c252b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/discharges.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/discharges.tt @@ -10,9 +10,10 @@ -
-
-
+
+
+
+ [% IF pending_discharges %]

Pending discharge requests

@@ -38,7 +39,8 @@

There are no pending discharge requests.

[% END %] -
+ +
[% MACRO jsinclude BLOCK %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/members-update.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/members-update.tt index 81c883c4b2..57e1b345fc 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/members-update.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/members-update.tt @@ -87,10 +87,9 @@ -
- -
-
+
+
+
[% IF PendingModifications %]

Update patron records

-- 2.14.1