Lines 266-292
Confirm deletion of category [% categorycode |html %][% END %]</legend>
Link Here
|
266 |
|
266 |
|
267 |
[% IF ( else ) %] |
267 |
[% IF ( else ) %] |
268 |
|
268 |
|
269 |
<div id="toolbar"> |
269 |
<div id="toolbar" class="btn-toolbar"> |
270 |
<script type="text/javascript"> |
270 |
<a class="btn btn-small" id="newcategory" href="/cgi-bin/koha/admin/categorie.pl?op=add_form"><i class="icon-plus"></i> New category</a> |
271 |
//<![CDATA[ |
271 |
</div> |
272 |
|
|
|
273 |
// prepare DOM for YUI Toolbar |
274 |
|
275 |
$(document).ready(function() { |
276 |
yuiToolbar(); |
277 |
}); |
278 |
|
279 |
// YUI Toolbar Functions |
280 |
|
281 |
function yuiToolbar() { |
282 |
new YAHOO.widget.Button("newcategory"); |
283 |
} |
284 |
|
285 |
//]]> |
286 |
</script> |
287 |
<ul class="toolbar"> |
288 |
<li><a id="newcategory" href="/cgi-bin/koha/admin/categorie.pl?op=add_form">New category</a></li> |
289 |
</ul></div> |
290 |
|
272 |
|
291 |
<h2>Patron category administration</h2> |
273 |
<h2>Patron category administration</h2> |
292 |
[% IF ( searchfield ) %] |
274 |
[% IF ( searchfield ) %] |
293 |
- |
|
|