From a6df5c042ecda05f2ffe604b786500830ffbbd9a Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 8 Jan 2026 11:13:24 +0100 Subject: [PATCH] Bug 41564: Tidy kohaTable - admin/z3950servers.tt Signed-off-by: Owen Leonard --- .../prog/en/modules/admin/z3950servers.tt | 33 +++++++++++++------ 1 file changed, 23 insertions(+), 10 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 63549127fc7..ae5d5cc2d0d 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt @@ -272,15 +272,26 @@ [% IF op == 'list' %] [% INCLUDE 'datatables.inc' %] [% END %] - + [% END %] + + [% IF op == 'edit_form' || op == 'add_form' %] + + [% ELSE %] + + + [% END %] [% END %] [% INCLUDE 'intranet-bottom.inc' %] -- 2.43.0