Bugzilla – Attachment 71284 Details for
Bug 19932
Update popup window templates to use Bootstrap grid: Cataloging Z39.50 search
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19932: (Follow-up) Add fixed footer to cataloging Z39.50 popup
Bug-19932-Follow-up-Add-fixed-footer-to-cataloging.patch (text/plain), 2.07 KB, created by
Owen Leonard
on 2018-02-07 14:28:51 UTC
(
hide
)
Description:
Bug 19932: (Follow-up) Add fixed footer to cataloging Z39.50 popup
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2018-02-07 14:28:51 UTC
Size:
2.07 KB
patch
obsolete
>From b499a15cc6e243a8210f29da05ef7f923c8f9a62 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Wed, 7 Feb 2018 14:24:04 +0000 >Subject: [PATCH] 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. >--- > .../prog/en/modules/cataloguing/z3950_search.tt | 14 +++++++------- > 1 file changed, 7 insertions(+), 7 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt >index 9f4653b..a6009b3 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt >@@ -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> > </div> >- <div class="row"> >- <div class="col-xs-12"> >+ <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> >- </div> >+ </nav> > </form> > > >-- >2.1.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 19932
:
70341
|
70713
|
71284
|
71334
|
71335
|
71700
|
71701