From 20f9c77b649b43a058f0024623b1eb0830a74cfb Mon Sep 17 00:00:00 2001 From: Aleisha Amohia Date: Wed, 8 Feb 2017 02:21:51 +0000 Subject: [PATCH] Bug 18078: Updating buttons for z39.50 Authority search MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1) Go to Home > Authorities -> New from Z39.50 2) Notice how Search button is strangely off page (have to scroll down to see it) 3) Do a search, noticing the ugly buttons from Comment 1 4) Apply patch and go back to a new search 5) Do a search again, notice no longer need to scroll to get to Search button and new, nicer buttons 6) Confirm they still work as expected Sponsored-by: Catalyst IT Testplan changed to test with Authorities. Z39.50 search for authorities displays and Works as expected. Signed-off-by: Marc VĂ©ron --- .../prog/en/modules/cataloguing/z3950_auth_search.tt | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) 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 6e6de65..c4cc48e 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 @@ -77,6 +77,7 @@ tr.selected { background-color : #FFFFCC; } tr.selected td { background-color :
  • +
    Cancel
    @@ -105,7 +106,6 @@ tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : [% END %]
    -
    Cancel
    [% ELSE %]

    Results for Authority Records

    @@ -166,17 +166,24 @@ tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : [% END %] +
    [% IF ( show_prevbutton ) %] - + [% END %] Page [% current_page %] / [% total_pages %] [% IF ( show_nextbutton ) %] - + [% END %] -
    Go to page : +
    +
    + Go to page: +
    -

    +
    +
    +
    + [% ELSE %] [% IF ( errconn ) %]
    -- 2.1.4