From a8b24a29f9648a9f60d5e7804568573d9db5a194 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Thu, 18 Jan 2018 16:45:05 +0000 Subject: [PATCH] Bug 20034: Switch single-column templates to Bootstrap grid: Circulation This patch updates two single-column circulation templates to use the Bootstrap grid. - circulation-home.tt - Circulation home page. This patch corrects what appears to have been a long-broken three-column layout. - article-requests.tt - Article requests list. Turn on the ArticleRequests system preference if necessary. Go to Circulation -> Article requests. 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 --- .../prog/en/modules/circ/article-requests.tt | 11 ++++---- .../prog/en/modules/circ/circulation-home.tt | 30 ++++++++++++---------- 2 files changed, 21 insertions(+), 20 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/article-requests.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/article-requests.tt index eefc912..0001fe7 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/article-requests.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/article-requests.tt @@ -21,10 +21,9 @@ Article requests -
-
-
-
+
+
+

Article requests

@@ -39,7 +38,7 @@ [% END %] [% END %] - @@ -308,7 +307,7 @@ [% END %] -
+
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tt index fa49df9..c74a443 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tt @@ -10,14 +10,14 @@ -
- -
-
+
+
+

Circulation

-
+
+
-
+
+ +
-
-
Circulation reports
- -
+
-
+
Offline circulation
    [% IF (AllowOfflineCirculation) %] @@ -74,11 +73,14 @@
-
-
- [% Koha.Preference('IntranetCirculationHomeHTML') %] + +
+
+ [% Koha.Preference('IntranetCirculationHomeHTML') %] +
+
[% INCLUDE 'intranet-bottom.inc' %] -- 2.1.4