From 49134fe5ba054c693dbce30ae5b9aeb2e71dc82d 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. Signed-off-by: Roch D'Amour Signed-off-by: Katrin Fischer --- koha-tmpl/intranet-tmpl/prog/css/staff-global.css | 6 +----- 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 +++++++++++---- 7 files changed, 45 insertions(+), 42 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/css/staff-global.css b/koha-tmpl/intranet-tmpl/prog/css/staff-global.css index 3ab9d7e..f1c602e 100644 --- a/koha-tmpl/intranet-tmpl/prog/css/staff-global.css +++ b/koha-tmpl/intranet-tmpl/prog/css/staff-global.css @@ -676,7 +676,7 @@ fieldset.rows legend { fieldset.rows label, fieldset.rows span.label { float: left; font-weight : bold; - width: 6em; + width: 9em; margin-right: 1em; text-align: right; } @@ -688,10 +688,6 @@ fieldset.rows fieldset { padding : .3em; } -.yui-b fieldset.rows label, .yui-b fieldset.rows span.label { - width: 9em; -} - .yui-b fieldset.rows td label, .yui-b fieldset.rows td span.label { width: auto; } diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt index 917ad10..1e0efa2 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

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