@@ -, +, @@ servers template - Corrected label/id pairs. - Corrected incorrect capitalization. - Removed redundant - Restructured form so that it displays in two columns. - In the list of servers, select Actions -> Delete. You should be prompted to confirm your choice. Test both confirming and cancelling. - Create or edit an SRU server. - After entering text in the server name field, moving to the next field should trigger transformation of that text to upper case. - On the SRU Search fields mapping line, clicking the "Modify" button should trigger a popup. - In the "Modify SRU search fields mapping" popup: - The fields should display in two columns. - All labels should be correctly associated with corresponding inputs. --- .../prog/en/modules/admin/sru_modmapping.tt | 98 ++++++++++++---------- .../prog/en/modules/admin/z3950servers.tt | 39 +++++---- 2 files changed, 76 insertions(+), 61 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/sru_modmapping.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/sru_modmapping.tt @@ -1,5 +1,5 @@ [% INCLUDE 'doc-head-open.inc' %] -Koha › SRU Search fields mapping +Koha › SRU search fields mapping [% INCLUDE 'doc-head-close.inc' %] @@ -116,10 +123,12 @@ [% ELSE %]

New [% PROCESS ServerType %] server

- [% END %] + [% END %]
    -
  1. +
  2. + +
  3. Required [% IF (server.servertype||type) == 'sru' %] @@ -191,7 +200,7 @@
  4. - +
  5. [% END %]
  6. @@ -224,7 +233,7 @@ [% FOREACH loo IN loop %] - [% loo.servername %][% loo.host %]:[% loo.port %][% loo.db %][% loo.userid %][% IF loo.password %]########[% END %][% IF ( loo.checked ) %]Yes[% ELSE %]No[% END %][% loo.rank %] + [% loo.servername %][% loo.host %]:[% loo.port %][% loo.db %][% loo.userid %][% IF loo.password %]########[% END %][% IF ( loo.checked ) %]Yes[% ELSE %]No[% END %][% loo.rank %] [% loo.syntax %][% loo.encoding %][% loo.timeout %] [% IF ( loo.recordtype == 'biblio' ) %] Bibliographic @@ -238,9 +247,9 @@ Actions --