From 65d46ca2d1c9a8ca5af3901877cdbe97984a1fdf Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Sun, 3 Feb 2013 15:12:39 -0500 Subject: [PATCH] Bug 9622 - Replace YUI button on MARC fameworks page with Bootstrap This patch converts the toolbar on the MARC frameworks administration page to to Bootstrap, replacing YUI button code with Bootstrap markup. To test, view the MARC frameworks administration page and confirm that the "New framework" button looks correct and works correctly. Signed-off-by: Bernardo Gonzalez Kriegel Comment: Work as described. No errors. Look good. Signed-off-by: Katrin Fischer Works nicely, no problems found. Signed-off-by: Jared Camins-Esakov --- .../prog/en/modules/admin/biblio_framework.tt | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt index b87ec20738..1458d10598 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt @@ -43,9 +43,6 @@ function Check(f) { return true; } -$(document).ready(function() { - new YAHOO.widget.Button("newframework"); -}); //]]>