From 89f6188b7b3c71e591dedc5cafb62d9a6ad78c06 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Wed, 22 Feb 2012 12:24:54 -0500 Subject: [PATCH] Bug 7582 - When adding a Z39.50 server the "checked" option should use a Yes/No dropdown Content-Type: text/plain; charset="utf-8" --- .../prog/en/modules/admin/z3950servers.tt | 14 ++++++++++++-- 1 files changed, 12 insertions(+), 2 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 e565acf..1adb58e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt @@ -109,7 +109,17 @@
  • -
  • +
  • + +
  • @@ -305,7 +315,7 @@ [% ELSE %] [% END %] -[% loo.name %][% loo.host %]:[% loo.port %][% loo.db %][% loo.userid %][% loo.password %][% loo.checked %][% loo.rank %] [% loo.syntax %][% loo.encoding %]EditDelete +[% 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 %]EditDelete [% END %] -- 1.7.3