From 3e45a2fde10df9919e8739f097d8e756522677f6 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Sat, 2 Feb 2013 19:09:42 -0500 Subject: [PATCH] Bug 9632 - Replace YUI button on the currencies administration page with Bootstrap This patch converts the toolbar on the currencies administration page to Bootstrap, replacing YUI button code with Bootstrap markup. To test, view the currencies and exchange rates administration page. The 'New currency' button should look correct and work correctly. Signed-off-by: Bernardo Gonzalez Kriegel Comment: Work and look correctly. No errors Signed-off-by: Katrin Fischer Works nicely, no problems found. Signed-off-by: Jared Camins-Esakov --- .../intranet-tmpl/prog/en/modules/admin/currency.tt | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt index 4834ff3fc8..99f693b2f8 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt @@ -46,8 +46,6 @@ } $(document).ready(function() { - new YAHOO.widget.Button("newcurrency"); - // prevents users to check active with a currency != 1 $("#rate").keyup(function() { check_currency( $(this).val() ); @@ -76,10 +74,9 @@
[% IF ( else ) %] - + [% END %] [% IF ( add_form ) %] -- 2.39.2