|
Lines 145-151
Link Here
|
| 145 |
</table> |
145 |
</table> |
| 146 |
<form action="/cgi-bin/koha/admin/currency.pl" method="post"> |
146 |
<form action="/cgi-bin/koha/admin/currency.pl" method="post"> |
| 147 |
<input type="hidden" name="op" value="delete_confirmed" /> |
147 |
<input type="hidden" name="op" value="delete_confirmed" /> |
| 148 |
<input type="hidden" name="currency_code" value="[% currency.currency_code %]" /> |
148 |
<input type="hidden" name="currency_code" value="[% currency.currency %]" /> |
| 149 |
<button type="submit" class="approve"><i class="fa fa-fw fa-check"></i> Yes, delete this currency</button> |
149 |
<button type="submit" class="approve"><i class="fa fa-fw fa-check"></i> Yes, delete this currency</button> |
| 150 |
</form> |
150 |
</form> |
| 151 |
<form action="/cgi-bin/koha/admin/currency.pl" method="post"> |
151 |
<form action="/cgi-bin/koha/admin/currency.pl" method="post"> |
| 152 |
- |
|
|