From 27d6cb8bcbff44b0a1c80160cf3aa2f7da6cde4c 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! Signed-off-by: Owen Leonard Signed-off-by: Jonathan Druart --- .../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..56dab8a 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. +
  8. +
  9. + +
  10. +
+
-
-
+

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.0