From 4501e5e86d2ab7526ccd4ccd16811172b29301ed Mon Sep 17 00:00:00 2001 From: Liz Date: Thu, 20 Nov 2014 07:02:29 +0000 Subject: [PATCH] Bug 13218 - fixing acquisitions z39.50 interface to be consistent with the others. Changes: * Two columns of search fields into one * moves targets from below search fields to the right of them To test: * Create a basket in acquisitions * attempt to add a record to the order from an external source * note the changes to the layout * complete a couple of additions to the basket - functionality should be unchanged. If you like the changes, sign off :) Signed-off-by: Frederic Demians Ok. Consistency welcomed! --- .../prog/en/modules/acqui/z3950_search.tt | 61 ++++++++++------------ 1 file changed, 27 insertions(+), 34 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt index d646d52..d7a49a5 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt @@ -92,43 +92,34 @@ tr.selected { background-color : #FFFFCC; } tr.selected td { background-color :
-
  1. -
  2. -
  3. -
  4. -
-
-
-
-
-
    -
  1. -
  2. -
  3. -
-
-
    -
  1. - - -
  2. -
-
+
    +
  1. +
  2. +
  3. +
  4. +
  5. +
  6. +
  7. +
+
  • + +
  • + +
    -
    -
    +

    Search targets Select allClear all

    [% FOREACH serverloo IN serverloop %] @@ -142,8 +133,10 @@ tr.selected { background-color : #FFFFCC; } tr.selected td { background-color :

    [% END %] -
    Cancel
    +
    Cancel
    + +
    -- 2.1.2