View | Details | Raw Unified | Return to bug 9688
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_tag_structure.tt (-16 / +3 lines)
Lines 196-216 return false; Link Here
196
196
197
[% IF ( else ) %]
197
[% IF ( else ) %]
198
198
199
<div id="toolbar">
199
<div id="toolbar" class="btn-toolbar">
200
    <script type="text/javascript">
200
    <div class="btn-group"><a class="btn btn-small" id="newtag" href="/cgi-bin/koha/admin/auth_tag_structure.pl?op=add_form&amp;authtypecode=[% authtypecode %]"><i class="icon-plus"></i> New tag</a></div>
201
    //<![CDATA[
201
</div>
202
    // prepare DOM for YUI Toolbar
203
     $(document).ready(function() {
204
        yuiToolbar();
205
     });
206
    // YUI Toolbar Functions
207
    function yuiToolbar() {
208
        new YAHOO.widget.Button("newtag");
209
    }    //]]>
210
    </script>
211
    <ul class="toolbar">
212
    <li><a id="newtag" href="/cgi-bin/koha/admin/auth_tag_structure.pl?op=add_form&amp;authtypecode=[% authtypecode %]">New tag</a></li>
213
</ul></div>
214
202
215
<h2>Select an authority framework</h2>
203
<h2>Select an authority framework</h2>
216
<form action="[% script_name %]" method="post">
204
<form action="[% script_name %]" method="post">
217
- 

Return to bug 9688