Revision fa82f2ee
Added by jeroen van breedam over 9 years ago
src/usr/local/www/services_captiveportal_vouchers.php | ||
---|---|---|
474 | 474 |
</td> |
475 | 475 |
<td> |
476 | 476 |
<!-- These buttons are hidden/shown on checking the 'enable' checkbox --> |
477 |
<a href="services_captiveportal_vouchers_edit.php?zone=<?=$cpzone?>&id=<?=$i; ?>" class="btn btn-info btn-xs"><?=gettext("Edit")?></a>
|
|
478 |
<a href="services_captiveportal_vouchers.php?zone=<?=$cpzone?>&act=del&id=<?=$i; ?>" class="btn btn-danger btn-xs"><?=gettext("Delete")?></a>
|
|
479 |
<a href="services_captiveportal_vouchers.php?zone=<?=$cpzone?>&act=csv&id=<?=$i; ?>" class="btn btn-success btn-xs" data-toggle="tooltip" title="Export vouchers for this roll to a .csv file""><?=gettext("Export")?></a>
|
|
477 |
<a class="fa fa-pencil" title="<?=gettext("Edit voucher roll"); ?>" href="services_captiveportal_vouchers_edit.php?zone=<?=$cpzone?>&id=<?=$i; ?>"></a>
|
|
478 |
<a class="fa fa-trash" title="<?=gettext("Delete voucher roll")?>" href="services_captiveportal_vouchers.php?zone=<?=$cpzone?>&act=del&id=<?=$i; ?>" onclick="return confirm('<?=gettext("Are you sure you want to delete this voucher roll?")?>')"></a>
|
|
479 |
<a class="fa fa-file-excel-o" title="<?=gettext("Export vouchers for this roll to a .csv file")?>" href="services_captiveportal_vouchers.php?zone=<?=$cpzone?>&act=csv&id=<?=$i; ?>"></a>
|
|
480 | 480 |
</td> |
481 | 481 |
</tr> |
482 | 482 |
<?php |
... | ... | |
681 | 681 |
}); |
682 | 682 |
|
683 | 683 |
</script> |
684 |
<?php include("foot.inc"); |
|
684 |
<?php include("foot.inc"); |
Also available in: Unified diff
convert services_captiveportal_vouchers to fa
please confirm/deny whether fa-file-excel-o is suitable for "export to csv"