From 2e103969785fb1e00d29eb181c9070ea154be4a5 Mon Sep 17 00:00:00 2001 From: Alex Buckley Date: Wed, 11 Oct 2017 12:43:45 +0000 Subject: [PATCH] Bug 19413 - Followup Changed fieldset id value MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=utf-8 Followed test plan again and patch still applies and works as expected. Signed-off-by: Dilan Johnpullé Signed-off-by: Marcel de Rooy --- koha-tmpl/intranet-tmpl/prog/css/staff-global.css | 2 +- .../prog/en/modules/cataloguing/value_builder/marc21_field_008.tt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/css/staff-global.css b/koha-tmpl/intranet-tmpl/prog/css/staff-global.css index 9b7f5ff..86bea4d 100644 --- a/koha-tmpl/intranet-tmpl/prog/css/staff-global.css +++ b/koha-tmpl/intranet-tmpl/prog/css/staff-global.css @@ -800,7 +800,7 @@ fieldset.action, div.action { width: auto; } -#action { +#fixedlengthbuilderaction { padding: 5px 5px 5px 5px; border: 3px solid #E6F0F2; top: -80px; 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 2298e65..172549f 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,7 +47,7 @@

"[% result %]"

-
Cancel
+
Cancel
-- 2.1.4