Bug 19413: (follow-up) Changed fieldset id value
Followed test plan again and patch still applies and works as expected. 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>
This commit is contained in:
parent
ebffcdf4b9
commit
47c77c0193
2 changed files with 2 additions and 2 deletions
|
@ -800,7 +800,7 @@ fieldset.action, div.action {
|
|||
width: auto;
|
||||
}
|
||||
|
||||
#action {
|
||||
#fixedlengthbuilderaction {
|
||||
padding: 5px 5px 5px 5px;
|
||||
border: 3px solid #E6F0F2;
|
||||
top: -80px;
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
<h4 id="h4_result">"[% result %]"</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>
|
||||
<fieldset class="action" id="fixedlengthbuilderaction"><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 %]" />
|
||||
|
|
Loading…
Reference in a new issue