From 79dcf547beec3b063476d670d3af297a3045a577 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 19 Jan 2018 16:02:46 +0000 Subject: [PATCH] Bug 20045: Switch single-column templates to Bootstrap grid: Various This patch updates various unrelated templates to use the Bootstrap grid. - about.tt - The about page - auth.tt - The login page These pages should look correct. - reports/reports-home.tt - The reports home page - admin/admin-home.tt - The administration home page These pages should look correct, with a single centered column with wide margins on either side. At lower browser widths the margins should disappear. - serials/subscription-add.tt - Serials -> Add subscription. The entry form should look correct during each step of the add/edit process. - suggestion/suggestion.tt - Acquisitions -> Suggestions -> New suggestion. The page with the new suggestion form should look correct. --- koha-tmpl/intranet-tmpl/prog/en/modules/about.tt | 11 ++++++----- .../intranet-tmpl/prog/en/modules/admin/admin-home.tt | 16 +++++++++------- koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt | 4 +--- .../prog/en/modules/reports/reports-home.tt | 17 +++++++++-------- .../prog/en/modules/serials/subscription-add.tt | 18 ++++++++---------- .../prog/en/modules/suggestion/suggestion.tt | 15 +++++++++++---- 6 files changed, 44 insertions(+), 37 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt index 548d62d..88af1ea 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt @@ -10,11 +10,11 @@ -
-
-
-
+
+
+
+

About Koha

@@ -1029,7 +1029,8 @@
-
+
+
[% MACRO jsinclude BLOCK %]