|
Lines 191-199
Link Here
|
| 191 |
<td style="color:green;">[% IF currency.active %]✓[% END %]</td> |
191 |
<td style="color:green;">[% IF currency.active %]✓[% END %]</td> |
| 192 |
<td>[% IF currency.archived %]Yes[% END %]</td> |
192 |
<td>[% IF currency.archived %]Yes[% END %]</td> |
| 193 |
<td> |
193 |
<td> |
| 194 |
<a href="/cgi-bin/koha/admin/currency.pl?op=add_form&currency_code=[% currency.currency %]">Edit</a> |
194 |
<a class="btn btn-mini" href="/cgi-bin/koha/admin/currency.pl?op=add_form&currency_code=[% currency.currency %]"><i class="fa fa-pencil"></i> Edit</a> |
| 195 |
| |
195 |
<a class="btn btn-mini" href="/cgi-bin/koha/admin/currency.pl?op=delete_confirm&currency_code=[% currency.currency %]"><i class="fa fa-trash"></i> Delete</a> |
| 196 |
<a href="/cgi-bin/koha/admin/currency.pl?op=delete_confirm&currency_code=[% currency.currency %]">Delete</a> |
|
|
| 197 |
</td> |
196 |
</td> |
| 198 |
</tr> |
197 |
</tr> |
| 199 |
[% END %] |
198 |
[% END %] |
| 200 |
- |
|
|