summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorheper <heper@users.noreply.github.com>2015-10-31 00:01:37 +0100
committerheper <heper@users.noreply.github.com>2015-10-31 00:01:37 +0100
commitec7d5477a8103374460e1338e257c614c9d216e6 (patch)
treec0438243feb2c184f6e830510438308b662fd2bc /src
parentb9043cdc569340cd109315d3966a2d8e7b25b62c (diff)
downloadpfsense-ec7d5477a8103374460e1338e257c614c9d216e6.zip
pfsense-ec7d5477a8103374460e1338e257c614c9d216e6.tar.gz
convert services_captiveportal_zone
Diffstat (limited to 'src')
-rw-r--r--src/usr/local/www/services_captiveportal_zones.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/services_captiveportal_zones.php b/src/usr/local/www/services_captiveportal_zones.php
index d34c7ec..6a093f0 100644
--- a/src/usr/local/www/services_captiveportal_zones.php
+++ b/src/usr/local/www/services_captiveportal_zones.php
@@ -138,8 +138,8 @@ include("head.inc");
<td><?=count(captiveportal_read_db());?></td>
<td><?=htmlspecialchars($cpitem['descr']);?>&nbsp;</td>
<td>
- <a type="button" class="btn btn-info btn-xs" href="services_captiveportal.php?zone=<?=$cpzone?>"><?=gettext('Edit')?></a>
- <a type="button" class="btn btn-danger btn-xs" href="services_captiveportal_zones.php?act=del&amp;zone=<?=$cpzone;?>"><?=gettext('Del')?></a>
+ <a class="fa fa-pencil" title="<?=gettext("Edit zone"); ?>" href="services_captiveportal.php?zone=<?=$cpzone?>"></a>
+ <a class="fa fa-trash" title="<?=gettext("Delete zone")?>" href="services_captiveportal_zones.php?act=del&amp;zone=<?=$cpzone;?>" onclick="return confirm('<?=gettext("Are you sure you want to delete this zone?")?>')"></a>
</td>
</tr>
<?php
OpenPOWER on IntegriCloud