From 0c8a760a83a7e0d05d2594287ad667a95cdf927a Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Sun, 3 Feb 2013 15:06:34 -0500 Subject: [PATCH] Bug 9647 - Replace YUI buttons on Z39.50 servers administration page with Bootstrap This patch converts the toolbar on the Z39.50 administration page to to Bootstrap, replacing YUI button code with Bootstrap markup. To test, view the Z39.50 administration page and confirm that the "New Z39.50 server" button looks correct and works correctly. Signed-off-by: Bernardo Gonzalez Kriegel Comment: Works and looks very well. No errors. Signed-off-by: Katrin Fischer Works nicely, no problems found. Signed-off-by: Jared Camins-Esakov --- .../prog/en/modules/admin/z3950servers.tt | 41 +++++++++---------- 1 file changed, 19 insertions(+), 22 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 a2f473d243..adf707d29a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt @@ -63,7 +63,22 @@ } //]]> - [% END %] +[% END %] +[% IF ( else ) %] + + +[% END %] + [% INCLUDE 'header.inc' %] @@ -259,27 +274,9 @@ [% IF ( else ) %] -
- - -
+

Z39.50 servers administration

-- 2.39.2