Lines 48-53
Link Here
|
48 |
[% INCLUDE 'messages.inc' %] |
48 |
[% INCLUDE 'messages.inc' %] |
49 |
|
49 |
|
50 |
[% INCLUDE 'authorities-toolbar.inc' %] |
50 |
[% INCLUDE 'authorities-toolbar.inc' %] |
|
|
51 |
<form action="/cgi-bin/koha/authorities/authorities-home.pl" class="form_delete" method="post"> |
52 |
[% INCLUDE 'csrf-token.inc' %] |
53 |
<input type="hidden" name="op" value="cud-delete"/> |
54 |
<input type="hidden" name="authid" value="[% authid | html %]"/> |
55 |
</form> |
51 |
|
56 |
|
52 |
[% IF ( displayhierarchy ) %] |
57 |
[% IF ( displayhierarchy ) %] |
53 |
<div id="hierarchies"> |
58 |
<div id="hierarchies"> |
54 |
- |
|
|