From 907c68672d24bdd75de71baca6ae0e9d5cc3b7d6 Mon Sep 17 00:00:00 2001 From: Alex Buckley Date: Thu, 5 Oct 2017 15:18:01 +1300 Subject: [PATCH] Bug 19413 - Moving the OK and Cancel inputs to the top of the 008 builder Test plan: 1. Go into the Cataloguing module in the staff intranet 2. Create a new record in one of your MARC frameworks 3. Click on the small tag editor icon to the right of the 008 field 4. A new window (containing the 008 builder) will appear and notice that the OK and cancel buttons are at the bottom of the page in this window 5. Apply patch 6. Refresh this window (right click and select refresh button) 7. Notice that the OK and cancel buttons have moved to the top right of the page Sponsored-By: Catalyst IT --- koha-tmpl/intranet-tmpl/prog/css/staff-global.css | 9 +++++++++ .../en/modules/cataloguing/value_builder/marc21_field_008.tt | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/css/staff-global.css b/koha-tmpl/intranet-tmpl/prog/css/staff-global.css index 784fc3e..9b7f5ff 100644 --- a/koha-tmpl/intranet-tmpl/prog/css/staff-global.css +++ b/koha-tmpl/intranet-tmpl/prog/css/staff-global.css @@ -800,6 +800,15 @@ fieldset.action, div.action { width: auto; } +#action { + padding: 5px 5px 5px 5px; + border: 3px solid #E6F0F2; + top: -80px; + left: 80%; + position: relative; + width: 12%; +} + .btn-toolbar fieldset.action { margin-top: 0; } diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_field_008.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_field_008.tt index d32e202..2298e65 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_field_008.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_field_008.tt @@ -47,6 +47,7 @@

"[% result %]"

+
Cancel
@@ -61,7 +62,6 @@ -
Cancel