Lines 180-187
Link Here
|
180 |
[% END %] |
180 |
[% END %] |
181 |
<span>Deletion not possible</span> |
181 |
<span>Deletion not possible</span> |
182 |
</p> |
182 |
</p> |
183 |
<form action="/cgi-bin/koha/admin/currency.pl" method="post"> |
183 |
<form action="/cgi-bin/koha/admin/currency.pl" method="get"> |
184 |
[% INCLUDE 'csrf-token.inc' %] |
|
|
185 |
<button type="submit" class="btn btn-default approve"><i class="fa fa-fw fa-check"></i> OK</button> |
184 |
<button type="submit" class="btn btn-default approve"><i class="fa fa-fw fa-check"></i> OK</button> |
186 |
</form> |
185 |
</form> |
187 |
</div> |
186 |
</div> |
Lines 202-209
Link Here
|
202 |
<input type="hidden" name="currency_code" value="[% currency.currency | html %]" /> |
201 |
<input type="hidden" name="currency_code" value="[% currency.currency | html %]" /> |
203 |
<button type="submit" class="btn btn-default approve"><i class="fa fa-fw fa-check"></i> Yes, delete this currency</button> |
202 |
<button type="submit" class="btn btn-default approve"><i class="fa fa-fw fa-check"></i> Yes, delete this currency</button> |
204 |
</form> |
203 |
</form> |
205 |
<form action="/cgi-bin/koha/admin/currency.pl" method="post"> |
204 |
<form action="/cgi-bin/koha/admin/currency.pl" method="get"> |
206 |
[% INCLUDE 'csrf-token.inc' %] |
|
|
207 |
<button type="submit" class="btn btn-default deny"><i class="fa fa-fw fa-times"></i> No, do not delete</button> |
205 |
<button type="submit" class="btn btn-default deny"><i class="fa fa-fw fa-times"></i> No, do not delete</button> |
208 |
</form> |
206 |
</form> |
209 |
</div> |
207 |
</div> |
210 |
- |
|
|