Bug 2365 : Inner counter not properly set for serials subscriptions not starting...
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / includes / dictionary-toolbar.inc
1 <div id="toolbar">
2         <script type="text/javascript">
3         //<![CDATA[
4
5         // prepare DOM for YUI Toolbar
6
7          $(document).ready(function() {
8             yuiToolbar();
9          });
10
11         // YUI Toolbar Functions
12
13         function yuiToolbar() {
14             new YAHOO.widget.Button("newdictionary");
15         }
16
17         //]]>
18         </script>
19         <ul class="toolbar">
20         <li><a id="newdictionary" href="/cgi-bin/koha/reports/dictionary.pl?phase=Add New Definition">New Definition</a></li>
21 </ul></div>