@@ -, +, @@ administration page with Bootstrap --- .../prog/en/modules/admin/currency.tt | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt +++ a/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 ) %] -
-
+
+ New currency +
[% END %] [% IF ( add_form ) %] --