Revision a53f7ca9
Added by Chris Buechler almost 10 years ago
src/usr/local/www/services_captiveportal_vouchers.php | ||
---|---|---|
477 | 477 |
<!-- These buttons are hidden/shown on checking the 'enable' checkbox --> |
478 | 478 |
<a href="services_captiveportal_vouchers_edit.php?zone=<?=$cpzone?>&id=<?=$i; ?>" class="btn btn-info btn-xs"><?=gettext("Edit")?></a> |
479 | 479 |
<a href="services_captiveportal_vouchers.php?zone=<?=$cpzone?>&act=del&id=<?=$i; ?>" class="btn btn-danger btn-xs"><?=gettext("Delete")?></a> |
480 |
<a href="services_captiveportal_vouchers.php?zone=<?=$cpzone?>&act=csv&id=<?=$i; ?>" class="btn btn-success btn-xs" data-toggle="tooltip" title="Generate vouchers for this roll to a .csv file""><?=gettext("Generate")?></a>
|
|
480 |
<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>
|
|
481 | 481 |
</td> |
482 | 482 |
</tr> |
483 | 483 |
<?php |
Also available in: Unified diff
fix text for voucher export