summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_captiveportal_mac.php
diff options
context:
space:
mode:
authorheper <heper@users.noreply.github.com>2015-10-31 00:08:06 +0100
committerheper <heper@users.noreply.github.com>2015-10-31 00:08:06 +0100
commit51266b6a6a6c71dcb87da5a6eddb31795fd11d6d (patch)
tree628fb49769f95d78955b77c5427cca0fdb7f5073 /src/usr/local/www/services_captiveportal_mac.php
parentec7d5477a8103374460e1338e257c614c9d216e6 (diff)
downloadpfsense-51266b6a6a6c71dcb87da5a6eddb31795fd11d6d.zip
pfsense-51266b6a6a6c71dcb87da5a6eddb31795fd11d6d.tar.gz
convert services_captiveportal_mac to fa
Diffstat (limited to 'src/usr/local/www/services_captiveportal_mac.php')
-rw-r--r--src/usr/local/www/services_captiveportal_mac.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/services_captiveportal_mac.php b/src/usr/local/www/services_captiveportal_mac.php
index 22ca555..688784c 100644
--- a/src/usr/local/www/services_captiveportal_mac.php
+++ b/src/usr/local/www/services_captiveportal_mac.php
@@ -228,8 +228,8 @@ foreach ($a_cp[$cpzone]['passthrumac'] as $mac): ?>
<?=htmlspecialchars($mac['descr'])?>
</td>
<td>
- <a href="services_captiveportal_mac_edit.php?zone=<?=$cpzone?>&amp;id=<?=$i?>" class="btn btn-xs btn-info">Edit</a>
- <a href="services_captiveportal_mac.php?zone=<?=$cpzone?>&amp;act=del&amp;id=<?=$i?>" class="btn btn-xs btn-danger">Delete</a>
+ <a class="fa fa-pencil" title="<?=gettext("Edit MAC address"); ?>" href="services_captiveportal_mac_edit.php?zone=<?=$cpzone?>&amp;id=<?=$i?>"></a>
+ <a class="fa fa-trash" title="<?=gettext("Delete MAC address")?>" href="services_captiveportal_mac.php?zone=<?=$cpzone?>&amp;act=del&amp;id=<?=$i?>" onclick="return confirm('<?=gettext("Are you sure you want to delete this MAC address?")?>')"></a>
</td>
</tr>
<?php
OpenPOWER on IntegriCloud