@@ -, +, @@ stuff --- koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css | 9 ++++++++- .../intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt | 11 ++++++----- 2 files changed, 14 insertions(+), 6 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css +++ a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css @@ -849,11 +849,18 @@ fieldset.rows .inputnote { background-position : center left; background-repeat : no-repeat; } + #z3950searcht table { /* doesn't have desired effect in catalogue/results.tmpl - I'll leave this here for now but there do seem to be casscading CSS errors in this and other CSS fiels - RICKW 20081118 */ padding: 20px; border: none; } + +#z3950_search_targets { + height: 338px; + overflow-y: auto; +} + #printbiblio button, #printbiblio a, #printmenuc .first-child { padding-left : 34px; background-image: url("../../img/toolbar-print.gif"); @@ -2740,4 +2747,4 @@ span.onsite_checkout { background-color : rgba(255, 242, 206, 0.5); border-radius: 4px; border : 1px solid #FFF2CE; -} +} --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt @@ -121,10 +121,10 @@ tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : - -
-

Search targets Select allClear all

- +
+
+

Search targets Select allClear all

+
[% FOREACH serverloo IN serverloop %]

[% IF ( serverloo.checked ) %] @@ -136,7 +136,8 @@ tr.selected { background-color : #FFFFCC; } tr.selected td { background-color :

[% END %] -
+
+
Cancel
--