Bug 19932: (follow-up) Add fixed footer to cataloging Z39.50 popup
This patch adds additional Bootstrap framework markup to the search form so that the "Save" and "Cancel" controls are in a fixed footer at the bottom of the window. This prevents the controls from disappearing down off screen. To test, apply the patch and go to Cataloging -> New from Z39.50/SRU. In the popup window, both the search form and search results pages should look correct. Signed-off-by: Claire Gravely <claire.gravely@bsz-bw.de> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
parent
9a6ef80a3d
commit
f88a68e993
1 changed files with 8 additions and 8 deletions
|
@ -18,8 +18,8 @@ tr.selected { background-color : #FFFFCC; } tr.selected td { background-color :
|
|||
[% IF ( opsearch ) %]
|
||||
<h2>Z39.50/SRU search</h2>
|
||||
<form method="post" action="z3950_search.pl" name="f" class="checkboxed">
|
||||
<div class="row">
|
||||
<div class="col-xs-6">
|
||||
<div class="row">
|
||||
<div class="col-xs-6">
|
||||
<input type="hidden" name="op" id="op" value="do_search" />
|
||||
<fieldset class="rows">
|
||||
<ol>
|
||||
|
@ -53,14 +53,14 @@ tr.selected { background-color : #FFFFCC; } tr.selected td { background-color :
|
|||
|
||||
</p>
|
||||
[% END %]
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-xs-12">
|
||||
<fieldset class="action"><input type="submit" class="submit" value="Search" /> <a class="cancel close" href="#">Cancel</a></fieldset>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<nav class="navbar navbar-default navbar-fixed-bottom">
|
||||
<div class="container-fluid">
|
||||
<fieldset class="action"><input type="submit" class="submit" value="Search" /> <a class="cancel close" href="#">Cancel</a></fieldset>
|
||||
</div>
|
||||
</nav>
|
||||
</form>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue