summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_captiveportal_vouchers.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2015-11-04 12:40:03 -0500
committerStephen Beaver <sbeaver@netgate.com>2015-11-04 12:40:03 -0500
commit2ec8f0baec8a40912e7a8f5bf7f5f78e9e16c3b1 (patch)
tree2d010222c2a3ce1b465b4bb9bbe9a898438c70f5 /src/usr/local/www/services_captiveportal_vouchers.php
parent09415b9e568f6f10d3f3b7e5c153109e869fc69f (diff)
downloadpfsense-2ec8f0baec8a40912e7a8f5bf7f5f78e9e16c3b1.zip
pfsense-2ec8f0baec8a40912e7a8f5bf7f5f78e9e16c3b1.tar.gz
Buttons update to new design:wq
Diffstat (limited to 'src/usr/local/www/services_captiveportal_vouchers.php')
-rw-r--r--src/usr/local/www/services_captiveportal_vouchers.php9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/usr/local/www/services_captiveportal_vouchers.php b/src/usr/local/www/services_captiveportal_vouchers.php
index f897e4a..e267291 100644
--- a/src/usr/local/www/services_captiveportal_vouchers.php
+++ b/src/usr/local/www/services_captiveportal_vouchers.php
@@ -491,8 +491,11 @@ endforeach;
<?php
if ($pconfig['enable']) : ?>
- <nav class="action-buttons">
- <a href="services_captiveportal_vouchers_edit.php?zone=<?=$cpzone?>" class="btn btn-success"><?=gettext("Add Voucher")?></a>
+ <nav class="action-buttons" style="margin-top: 10px;">
+ <a href="services_captiveportal_vouchers_edit.php?zone=<?=$cpzone?>" class="btn btn-success">
+ <i class="fa fa-plus" style="font-size:15px; vertical-align: middle; margin-right: 6px;"></i>
+ <?=gettext("Add")?>
+ </a>
</nav>
<?php
endif;
@@ -633,7 +636,7 @@ print($form);
<div class="rolledit">
<?php
print_info_box(gettext('Changing any Voucher parameter (apart from managing the list of Rolls) on this page will render existing vouchers useless if they were generated with different settings. ' .
- 'Specifying the Voucher Database Synchronization options will not record any other value from the other options. They will be retrieved/synced from the master.'));
+ 'Specifying the Voucher Database Synchronization options will not record any other value from the other options. They will be retrieved/synced from the master.'), info);
?>
</div>
OpenPOWER on IntegriCloud