From 57a9abffb90bab2261276e9b96dc697906382fd2 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 8 Jan 2026 11:08:31 +0100 Subject: [PATCH] Bug 41564: Tidy kohaTable - admin/oai_servers.tt Signed-off-by: Owen Leonard --- .../prog/en/modules/admin/oai_servers.tt | 29 +++++++++++++------ 1 file changed, 20 insertions(+), 9 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/oai_servers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/oai_servers.tt index 3a176524042..3424a66fb8c 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/oai_servers.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/oai_servers.tt @@ -184,14 +184,23 @@ [% 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