Bugzilla – Attachment 73274 Details for
Bug 19946
Update popup window templates to use Bootstrap grid: Authority Z39.50 search
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19946: (Follow-up) Add fixed footer to authorities Z39.50 popup
Bug-19946-Follow-up-Add-fixed-footer-to-authoritie.patch (text/plain), 3.50 KB, created by
Dilan Johnpullé
on 2018-03-26 00:19:08 UTC
(
hide
)
Description:
Bug 19946: (Follow-up) Add fixed footer to authorities Z39.50 popup
Filename:
MIME Type:
Creator:
Dilan Johnpullé
Created:
2018-03-26 00:19:08 UTC
Size:
3.50 KB
patch
obsolete
>From 4971bba1bd09a1d4f66352fab501be7812a10955 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Fri, 9 Feb 2018 13:16:40 +0000 >Subject: [PATCH] Bug 19946: (Follow-up) Add fixed footer to authorities Z39.50 > popup >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >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. > >This patch also adds some whitespace to the "Author >(meeting/conference)" label to enable better word wrapping. > >To test, apply the patch and go to Authorities -> New from Z39.50/SRU. >In the popup window, both the search form and search results pages >should look correct. > >Patch applies, form resizes, displays and functions as expected. >Signed-off-by: Dilan Johnpullé <dilan@calyx.net.au> >--- > koha-tmpl/intranet-tmpl/prog/css/staff-global.css | 5 ----- > .../prog/en/modules/cataloguing/z3950_auth_search.tt | 8 ++++++-- > 2 files changed, 6 insertions(+), 7 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/css/staff-global.css b/koha-tmpl/intranet-tmpl/prog/css/staff-global.css >index 3ab9d7e..1400406 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/staff-global.css >+++ b/koha-tmpl/intranet-tmpl/prog/css/staff-global.css >@@ -930,11 +930,6 @@ fieldset.rows .inputnote { > overflow-y: auto; > } > >-#z3950_search_targets_auth { >- height: 348px; >- overflow-y: auto; >-} >- > .z3950checks { > padding-left: 1em; > } >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_auth_search.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_auth_search.tt >index 99ee70a..0a15b33 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_auth_search.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_auth_search.tt >@@ -28,7 +28,7 @@ > <li><label for="authorany">Author (any): </label> <input type="text" id="authorany" name="authorany" value="" /></li> > <li><label for="authorpersonal">Author (personal): </label> <input type="text" id="authorpersonal" name="authorpersonal" value="[% authorpersonal | html %]" /></li> > <li><label for="authorcorp">Author (corporate): </label> <input type="text" id="authorcorp" name="authorcorp" value="[% authorcorp | html %]" /></li> >- <li><label for="authormeetingcon">Author (meeting/conference): </label> <input type="text" id="authormeetingcon" name="authormeetingcon" value="[% authormeetingcon | html %]" /></li> >+ <li><label for="authormeetingcon">Author (meeting / conference): </label> <input type="text" id="authormeetingcon" name="authormeetingcon" value="[% authormeetingcon | html %]" /></li> > </ol> > </fieldset> > </div> >@@ -63,7 +63,11 @@ > </div> > </div> > </div> >- <fieldset class="action"><input type="submit" class="submit" value="Search"/> <a class="cancel close" href="#">Cancel</a></fieldset> >+ <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> > [% ELSE %] > <h2>Results for authority records</h2> >-- >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 19946
:
70411
|
70716
|
71204
|
71384
|
73274
|
73275
|
73276