|
Lines 1-7
Link Here
|
| 1 |
[% INCLUDE 'doc-head-open.inc' %] |
1 |
[% INCLUDE 'doc-head-open.inc' %] |
| 2 |
<title>Koha › Administration › Libraries and groups |
2 |
<title>Koha › Administration › Libraries and groups |
| 3 |
[% IF ( editcategory ) %] |
3 |
[% IF ( editcategory ) %] |
| 4 |
›[% IF ( categorycode ) %]Edit group [% categorycode %][% ELSE %]New Group[% END %] |
4 |
›[% IF ( categorycode ) %]Edit group [% categorycode %][% ELSE %]New group[% END %] |
| 5 |
[% ELSIF ( delete_category ) %] |
5 |
[% ELSIF ( delete_category ) %] |
| 6 |
› Confirm deletion of group [% categorycode %] |
6 |
› Confirm deletion of group [% categorycode %] |
| 7 |
[% ELSIF ( add ) %] |
7 |
[% ELSIF ( add ) %] |
|
Lines 287-293
tinyMCE.init({
Link Here
|
| 287 |
<td><a href="[% catloo.action %]?op=delete_category&categorycode=[% catloo.categorycode |url %]">Delete</a> |
287 |
<td><a href="[% catloo.action %]?op=delete_category&categorycode=[% catloo.categorycode |url %]">Delete</a> |
| 288 |
</td> |
288 |
</td> |
| 289 |
</tr> |
289 |
</tr> |
| 290 |
[% END %][% ELSE %]<tr><td colspan="5">No [% IF ( branchcategorie.properties ) %]Properties[% ELSIF ( branchcategorie.searchdomain ) %]Search domain[% END %] Defined</td></tr>[% END %] |
290 |
[% END %][% ELSE %]<tr><td colspan="5">No [% IF ( branchcategorie.properties ) %]properties[% ELSIF ( branchcategorie.searchdomain ) %]search domain[% END %] defined</td></tr>[% END %] |
| 291 |
</table> |
291 |
</table> |
| 292 |
[% END %] |
292 |
[% END %] |
| 293 |
[% ELSE %] |
293 |
[% ELSE %] |