Lines 108-131
Link Here
|
108 |
Actions</a> |
108 |
Actions</a> |
109 |
<ul class="dropdown-menu dropdown-menu-end" role="menu" aria-labelledby="authactions[% resul.authid | html %]"> |
109 |
<ul class="dropdown-menu dropdown-menu-end" role="menu" aria-labelledby="authactions[% resul.authid | html %]"> |
110 |
<li><a class="dropdown-item" href="/cgi-bin/koha/authorities/authorities.pl?authid=[% resul.authid | uri %]"><i class="fa-solid fa-pencil" aria-hidden="true"></i> Edit</a></li> |
110 |
<li><a class="dropdown-item" href="/cgi-bin/koha/authorities/authorities.pl?authid=[% resul.authid | uri %]"><i class="fa-solid fa-pencil" aria-hidden="true"></i> Edit</a></li> |
111 |
<li><a class="merge_auth dropdown-item" href="#merge"><i class="fa fa-compress"></i> Merge</a></li> |
111 |
[% IF CAN_user_editauthorities_merge_delete_authorities %] |
112 |
[% UNLESS ( resul.used ) %] |
112 |
<li><a class="merge_auth dropdown-item" href="#merge"><i class="fa fa-compress"></i> Merge</a></li> |
113 |
<li><form class="form_delete" method="post" action="/cgi-bin/koha/authorities/authorities-home.pl"> |
113 |
[% UNLESS ( resul.used ) %] |
114 |
[% INCLUDE 'csrf-token.inc' %] |
114 |
<li><form class="form_delete" method="post" action="/cgi-bin/koha/authorities/authorities-home.pl"> |
115 |
<input type="hidden" name="op" value="cud-delete" /> |
115 |
[% INCLUDE 'csrf-token.inc' %] |
116 |
<input type="hidden" name="authid" value="[% resul.authid | html %]" /> |
116 |
<input type="hidden" name="op" value="cud-delete" /> |
117 |
<input type="hidden" name="type" value="intranet" /> |
117 |
<input type="hidden" name="authid" value="[% resul.authid | html %]" /> |
118 |
<input type="hidden" name="authtypecode" value="[% authtypecode | html %]" /> |
118 |
<input type="hidden" name="type" value="intranet" /> |
119 |
<input type="hidden" name="marclist" value="[% marclist | html %]" /> |
119 |
<input type="hidden" name="authtypecode" value="[% authtypecode | html %]" /> |
120 |
<input type="hidden" name="and_or" value="[% and_or | html %]" /> |
120 |
<input type="hidden" name="marclist" value="[% marclist | html %]" /> |
121 |
<input type="hidden" name="excluding" value="[% excluding | html %]" /> |
121 |
<input type="hidden" name="and_or" value="[% and_or | html %]" /> |
122 |
<input type="hidden" name="operator" value="[% operator | html %]" /> |
122 |
<input type="hidden" name="excluding" value="[% excluding | html %]" /> |
123 |
<input type="hidden" name="orderby" value="[% orderby | html %]" /> |
123 |
<input type="hidden" name="operator" value="[% operator | html %]" /> |
124 |
<input type="hidden" name="value" value="[% value | html %]" /> |
124 |
<input type="hidden" name="orderby" value="[% orderby | html %]" /> |
125 |
<input type="hidden" name="startfrom" value="[% startfrom | html %]" /> |
125 |
<input type="hidden" name="value" value="[% value | html %]" /> |
126 |
<input type="hidden" name="resultsperpage" value="[% resultsperpage | html %]" /> |
126 |
<input type="hidden" name="startfrom" value="[% startfrom | html %]" /> |
127 |
<button type="submit" class="dropdown-item"><i class="fa fa-trash"></i> Delete</button> |
127 |
<input type="hidden" name="resultsperpage" value="[% resultsperpage | html %]" /> |
128 |
</form></li> |
128 |
<button type="submit" class="dropdown-item"><i class="fa fa-trash"></i> Delete</button> |
|
|
129 |
</form></li> |
130 |
[% END %] |
129 |
[% END %] |
131 |
[% END %] |
130 |
<li class="authority_preview"> |
132 |
<li class="authority_preview"> |
131 |
<a class="dropdown-item" data-authid="[% resul.authid | html %]" href="/cgi-bin/koha/authorities/detail.pl?authid=[% resul.authid | uri %]"><i class="fa-solid fa-eye"></i> MARC preview</a> |
133 |
<a class="dropdown-item" data-authid="[% resul.authid | html %]" href="/cgi-bin/koha/authorities/detail.pl?authid=[% resul.authid | uri %]"><i class="fa-solid fa-eye"></i> MARC preview</a> |
132 |
- |
|
|