From e299c69d4349d2874a5f14270690d4fb7d41ca88 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Sun, 3 Feb 2013 15:21:21 -0500 Subject: [PATCH] Bug 9623 - Replace YUI button on authority types administration page with Bootstrap This patch converts the toolbar on the authority types administration page to to Bootstrap, replacing YUI button code with Bootstrap markup. To test, view the authority types administration page and confirm that the "New authority type" button looks correct and works correctly. Signed-off-by: Bernardo Gonzalez Kriegel Comment: Work as described. No errors. Signed-off-by: Katrin Fischer Works nicely, no problems found. Signed-off-by: Jared Camins-Esakov --- .../intranet-tmpl/prog/en/modules/admin/authtypes.tt | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tt index c87434e536..dab813e087 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tt @@ -42,9 +42,6 @@ function Check(f) { } } -$(document).ready(function() { - new YAHOO.widget.Button("authtype"); -}); //]]> @@ -124,10 +121,9 @@ $(document).ready(function() { [% IF ( else ) %] - +

Authority types

Define authority types, then authority MARC structure in the same way you define itemtypes and biblio MARC tag structure. Authority values are managed through plugins

-- 2.39.2