Bug 19413: Moving the OK and Cancel inputs to the top of the 008 builder
authorAlex Buckley <alexbuckley@catalyst.net.nz>
Thu, 5 Oct 2017 02:18:01 +0000 (15:18 +1300)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 13 Oct 2017 16:58:05 +0000 (13:58 -0300)
Followed test plan and patch applies and functions as described
Signed-off-by: Dilan Johnpullé <dilan@calyx.net.au>

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

koha-tmpl/intranet-tmpl/prog/css/staff-global.css
koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_field_008.tt

index 784fc3e..9b7f5ff 100644 (file)
@@ -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;
 }
index d32e202..2298e65 100644 (file)
@@ -47,6 +47,7 @@
 <h4 id="h4_result">&quot;[% result %]&quot;</h4>
 
 <form name="f_pop" id="f_pop" onsubmit="report()" action="">
+<fieldset class="action" id="action"><input type="submit" value="OK" /> <a href="#" class="cancel close">Cancel</a></fieldset>
 <input type="hidden" name="plugin_name" value="marc21_field_008.pl" />
 <input type="hidden" id="[% index %]" name="index" value="[% index %]" />
 <input type="hidden" name="result" id="result" value="[% result %]" />
@@ -61,7 +62,6 @@
     </tr>
 
 </table>
-<fieldset class="action"><input type="submit" value="OK" /> <a href="#" class="cancel close">Cancel</a></fieldset>
 </form>
 <script type="text/javascript">//<![CDATA[