summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www
diff options
context:
space:
mode:
authorheper <heper@users.noreply.github.com>2015-10-31 00:34:53 +0100
committerheper <heper@users.noreply.github.com>2015-10-31 00:34:53 +0100
commitfa82f2eeb01f0c71a4575814d0d55624ff228e87 (patch)
tree7fca711995f111ca23bd403a9a62bfd68618f212 /src/usr/local/www
parent510ff9185e18a694dd826be9ce325768fb94636b (diff)
downloadpfsense-fa82f2eeb01f0c71a4575814d0d55624ff228e87.zip
pfsense-fa82f2eeb01f0c71a4575814d0d55624ff228e87.tar.gz
convert services_captiveportal_vouchers to fa
please confirm/deny whether fa-file-excel-o is suitable for "export to csv"
Diffstat (limited to 'src/usr/local/www')
-rw-r--r--src/usr/local/www/services_captiveportal_vouchers.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/usr/local/www/services_captiveportal_vouchers.php b/src/usr/local/www/services_captiveportal_vouchers.php
index 785d6b6..f897e4a 100644
--- a/src/usr/local/www/services_captiveportal_vouchers.php
+++ b/src/usr/local/www/services_captiveportal_vouchers.php
@@ -474,9 +474,9 @@ foreach($a_roll as $rollent):
</td>
<td>
<!-- These buttons are hidden/shown on checking the 'enable' checkbox -->
- <a href="services_captiveportal_vouchers_edit.php?zone=<?=$cpzone?>&amp;id=<?=$i; ?>" class="btn btn-info btn-xs"><?=gettext("Edit")?></a>
- <a href="services_captiveportal_vouchers.php?zone=<?=$cpzone?>&amp;act=del&amp;id=<?=$i; ?>" class="btn btn-danger btn-xs"><?=gettext("Delete")?></a>
- <a href="services_captiveportal_vouchers.php?zone=<?=$cpzone?>&amp;act=csv&amp;id=<?=$i; ?>" class="btn btn-success btn-xs" data-toggle="tooltip" title="Export vouchers for this roll to a .csv file""><?=gettext("Export")?></a>
+ <a class="fa fa-pencil" title="<?=gettext("Edit voucher roll"); ?>" href="services_captiveportal_vouchers_edit.php?zone=<?=$cpzone?>&amp;id=<?=$i; ?>"></a>
+ <a class="fa fa-trash" title="<?=gettext("Delete voucher roll")?>" href="services_captiveportal_vouchers.php?zone=<?=$cpzone?>&amp;act=del&amp;id=<?=$i; ?>" onclick="return confirm('<?=gettext("Are you sure you want to delete this voucher roll?")?>')"></a>
+ <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?>&amp;act=csv&amp;id=<?=$i; ?>"></a>
</td>
</tr>
<?php
@@ -681,4 +681,4 @@ events.push(function(){
});
</script>
-<?php include("foot.inc"); \ No newline at end of file
+<?php include("foot.inc");
OpenPOWER on IntegriCloud