This patch converts the toolbar used on the MARC tag structure toolbar
to Bootstrap, replacing YUI button code with Bootstrap markup.
To test, view marctagstructure.pl for any framework. Confirm that the
'New tag' button looks correct and works correctly.
---
.../prog/en/modules/admin/marctagstructure.tt | 11 +++--------
1 file changed, 3 insertions(+), 8 deletions(-)
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt
b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt
index d0f0132..8886fcf 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt
+++ b/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");
-});
//]]>
</script>
</head>
@@ -65,10 +61,9 @@ $(document).ready(function() {
<div class="yui-b">
[% IF ( else ) %]
-<div id="toolbar">
- <ul class="toolbar">
- <li><a id="addtag"
href="/cgi-bin/koha/admin/marctagstructure.pl?op=add_form&frameworkcode=[%
frameworkcode %]">New tag</a></li>
-</ul></div>[% END %]
+<div id="toolbar" class="btn-toolbar">
+ <a class="btn btn-small" id="addtag"
href="/cgi-bin/koha/admin/marctagstructure.pl?op=add_form&frameworkcode=[%
frameworkcode %]"><i class="icon-plus"></i> New tag</a>
+</div>[% END %]
<h1>MARC Framework for [% IF ( frameworkcode ) %][% frameworktext %] ([%
frameworkcode %])[% ELSE %]default MARC framework[% END %]</h1>
--
1.7.9.5
_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/