From 5682d907e91f12cd3b6817ee5d37b4dd7c66163a Mon Sep 17 00:00:00 2001 From: Liz Date: Thu, 6 Nov 2014 08:29:02 +0000 Subject: [PATCH] Bug 13218 - usability enhancements for z39.50 searches This patch rearranges the layout of the z39.50 search pages in cataloguing and authorities. There should be no functional change to z-target searching, all functions should remain the same. Changes: * 2 columns of search fields condensed into one * zTargets moved from below the search fields to beside them * rearranged search fields into perceived frequency of usage, from most used to least * changed label of Raw (any) to Keyword (any) To test: * click cataloguing -> new from z39.50/SRU * observe how the layout has changed * import a record or two using the search - there has been no change to the function, it should all be working. * Click Authorities -> new from z39.50 * observe how the layout has changed * import an authority or two using the search - there has been no change to the function, it should all be working. * sign off if you think these changes are nice. Comments and suggestions are also welcome regarding this change. --- .../en/modules/cataloguing/z3950_auth_search.tt | 7 ------ .../prog/en/modules/cataloguing/z3950_search.tt | 23 ++++++++------------ 2 files changed, 9 insertions(+), 21 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 26724a1..5965dcf 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 @@ -113,12 +113,6 @@ tr.selected { background-color : #FFFFCC; } tr.selected td { background-color :
  • - - - -
    -
    -
    1. @@ -126,7 +120,6 @@ tr.selected { background-color : #FFFFCC; } tr.selected td { background-color :
    -

    Search targets Select allClear all

    [% FOREACH serverloo IN serverloop %] 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 1387cef..18955d0 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 @@ -107,25 +107,20 @@ tr.selected { background-color : #FFFFCC; } tr.selected td { background-color :
    -
    1. +
      1. +
      2. +
      3. +
      4. +
      5. +
      6. -
      -
    -
    -
    -
    -
      -
    1. -
    2. -
    3. -
    4. -
    -
    +
  • +
  • + -

    Search targets Select allClear all

    -- 1.7.10.4