Lines 183-190
$(document).ready(function() {
Link Here
|
183 |
[% IF ( else ) %] |
183 |
[% IF ( else ) %] |
184 |
|
184 |
|
185 |
<div id="toolbar" class="btn-toolbar"> |
185 |
<div id="toolbar" class="btn-toolbar"> |
186 |
<a id="addauth" class="btn btn-small" href= "/cgi-bin/koha/admin/authorised_values.pl?op=add_form&category=[% category %]">New authorized value for [% category %]</a> |
186 |
<a id="addauth" class="btn btn-small" href= "/cgi-bin/koha/admin/authorised_values.pl?op=add_form&category=[% category %]"><i class="icon-plus"></i>New authorized value for [% category %]</a> |
187 |
<a id="addcat" class="btn btn-small" href= "/cgi-bin/koha/admin/authorised_values.pl?op=add_form">New category</a> |
187 |
<a id="addcat" class="btn btn-small" href= "/cgi-bin/koha/admin/authorised_values.pl?op=add_form"><i class="icon-plus"></i>New category</a> |
188 |
</div> |
188 |
</div> |
189 |
|
189 |
|
190 |
<h1>Authorized values</h1> |
190 |
<h1>Authorized values</h1> |
191 |
- |
|
|