@@ -, +, @@ z39.50 server administration e.g.: "FOO & BAR". Enter other details and submit. Click OK to confirmation message. for the server. --- .../prog/en/modules/admin/z3950servers.tt | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt @@ -283,9 +283,9 @@ [% ELSE %] [% END %] -[% loo.name %][% loo.host %]:[% loo.port %][% loo.db %][% loo.userid %][% loo.password %][% IF ( loo.checked ) %]Yes[% ELSE %]No[% END %][% loo.rank %] +[% loo.name %][% loo.host %]:[% loo.port %][% loo.db %][% loo.userid %][% loo.password %][% IF ( loo.checked ) %]Yes[% ELSE %]No[% END %][% loo.rank %] -[% loo.syntax %][% loo.encoding %][% loo.timeout %][% loo.recordtype %]EditDelete +[% loo.syntax %][% loo.encoding %][% loo.timeout %][% loo.recordtype %]EditDelete [% END %] --