From 25b1fb72cccd6bae927ec9e620a2f5eb923b53a2 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Tue, 26 Aug 2014 10:31:29 +0200 Subject: [PATCH] Bug 12823: Add some hints for Host and Database When adding or editing a SRU server, this patch adds a hint, positioned under the Hostname field. It also moves similar information for SRU options and XSLT into hints. Test plan: Add/Edit SRU server. Look at Hostname, SRU options and XSLT. Add/Edit Z39.50 server. No hints for Hostname and SRU options. Signed-off-by: Nick Clemens Signed-off-by: Katrin Fischer Signed-off-by: Mason James --- .../prog/en/modules/admin/z3950servers.tt | 53 +++++++++++++++++-- 1 file changed, 49 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt index 1139504089..f5f38252e6 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt @@ -75,8 +75,25 @@

New Z39.50 server

[% END %]
-
    [% IF ( searchfield ) %] -
  1. Z39.50 server: [% searchfield %]
  2. +
      +
    1. + +
    2. Required + [% IF (server.servertype||type) == 'sru' %] +
      Includes the domain part, but the path part of the URL should go into Database.
      + [% END %] +
    3. +
    4. Required +
    5. +
    6. Required +
    7. +
    8. +
    9. +
    10. +
    11. +
    12. + [% IF ( server.checked ) %] + [% ELSE %]
    13. Required
    14. [% END %] @@ -212,8 +229,36 @@ [% END %] - -
    + + +
  3. + seconds +
  4. +
  5. + +
  6. + [% IF (server.servertype||type) == 'sru' %] +
  7. + + +
    Separate options by commas. Example: sru=get,sru_version=1.1. See also http://www.indexdata.com/yaz/doc/zoom.html.
    +
  8. +
  9. + + + +
  10. + [% END %] +
  11. + + +
    Separate multiple filenames by commas. +
  12. + +
Cancel
-- 2.39.5