summaryrefslogtreecommitdiffstats
path: root/src/usr
diff options
context:
space:
mode:
authorheper <heper@users.noreply.github.com>2015-10-31 00:12:19 +0100
committerheper <heper@users.noreply.github.com>2015-10-31 00:12:19 +0100
commit29762ff2240134a56c48f45e6e203322236ac247 (patch)
treef85e40ac6ce78b73e857401d1f03d1472b893685 /src/usr
parent51266b6a6a6c71dcb87da5a6eddb31795fd11d6d (diff)
downloadpfsense-29762ff2240134a56c48f45e6e203322236ac247.zip
pfsense-29762ff2240134a56c48f45e6e203322236ac247.tar.gz
convert services_captiveportal_ip to fa
Diffstat (limited to 'src/usr')
-rw-r--r--src/usr/local/www/services_captiveportal_ip.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/local/www/services_captiveportal_ip.php b/src/usr/local/www/services_captiveportal_ip.php
index 229d050..c70d4b0 100644
--- a/src/usr/local/www/services_captiveportal_ip.php
+++ b/src/usr/local/www/services_captiveportal_ip.php
@@ -162,8 +162,8 @@ if (is_array($a_cp[$cpzone]['allowedip'])): ?>
<?=htmlspecialchars($ip['descr'])?>
</td>
<td>
- <a href="services_captiveportal_ip_edit.php?zone=<?=$cpzone?>&amp;id=<?=$i?>" class="btn btn-xs btn-info">Edit</a>
- <a href="services_captiveportal_ip.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 IP"); ?>" href="services_captiveportal_ip_edit.php?zone=<?=$cpzone?>&amp;id=<?=$i?>"></a>
+ <a class="fa fa-trash" title="<?=gettext("Delete IP")?>" href="services_captiveportal_ip.php?zone=<?=$cpzone?>&amp;act=del&amp;id=<?=$i?>" onclick="return confirm('<?=gettext("Are you sure you want to delete this IP?")?>')"></a>
</td>
</tr>
<?php
@@ -193,4 +193,4 @@ endif;
print_info_box(gettext('Adding allowed IP addresses will allow IP access to/from these addresses through the captive portal without being taken to the portal page. ' .
'This can be used for a web server serving images for the portal page or a DNS server on another network, for example.'));
-include("foot.inc"); \ No newline at end of file
+include("foot.inc");
OpenPOWER on IntegriCloud