@@ -, +, @@ with Bootstrap --- .../prog/en/modules/admin/marctagstructure.tt | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt @@ -30,10 +30,6 @@ function Check(f) { alert(alertString2); } } - -$(document).ready(function() { - new YAHOO.widget.Button("addtag"); -}); //]]> @@ -65,10 +61,9 @@ $(document).ready(function() {
[% IF ( else ) %] -
-
[% END %] +
+ New tag +
[% END %]

MARC Framework for [% IF ( frameworkcode ) %][% frameworktext %] ([% frameworkcode %])[% ELSE %]default MARC framework[% END %]

--