|
Lines 184-190
Link Here
|
| 184 |
<td>[% frequency.displayorder | html %]</td> |
184 |
<td>[% frequency.displayorder | html %]</td> |
| 185 |
<td class="actions"> |
185 |
<td class="actions"> |
| 186 |
<a class="btn btn-default btn-xs" href="/cgi-bin/koha/serials/subscription-frequencies.pl?op=modify&frequencyid=[% frequency.id | html %]"><i class="fa-solid fa-pencil" aria-hidden="true"></i> Edit</a> |
186 |
<a class="btn btn-default btn-xs" href="/cgi-bin/koha/serials/subscription-frequencies.pl?op=modify&frequencyid=[% frequency.id | html %]"><i class="fa-solid fa-pencil" aria-hidden="true"></i> Edit</a> |
| 187 |
<a class="delete_frequency btn btn-default btn-xs" href="/cgi-bin/koha/serials/subscription-frequencies.pl?op=del&frequencyid=[% frequency.id | html %]"><i class="fa fa-trash-can"></i> Delete</a> |
187 |
<form action="/cgi-bin/koha/serials/subscription-frequencies.pl" method="post"> |
|
|
188 |
[% INCLUDE 'csrf-token.inc' %] |
| 189 |
<input type="hidden" name="op" value="cud-del" /> |
| 190 |
<input type="hidden" name="frequencyid" value="[% frequency.id | html %]" /> |
| 191 |
<button class="delete_frequency btn btn-default btn-xs"><i class="fa fa-trash-can"></i> Delete</button> |
| 192 |
</form> |
| 188 |
</td> |
193 |
</td> |
| 189 |
</tr> |
194 |
</tr> |
| 190 |
[% END %] |
195 |
[% END %] |
| 191 |
- |
|
|