summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_dhcp.php
diff options
context:
space:
mode:
authorheper <heper@users.noreply.github.com>2015-10-31 14:04:54 +0100
committerheper <heper@users.noreply.github.com>2015-10-31 14:04:54 +0100
commit9a6a8329f63acbc1cea314c63de15da754fffc20 (patch)
tree9ba2db1fe1a40d34c09fb3cb635d603bdce6f7e3 /src/usr/local/www/services_dhcp.php
parent7dba66dc12c97e908a4db19b50dfa2cc68d376be (diff)
downloadpfsense-9a6a8329f63acbc1cea314c63de15da754fffc20.zip
pfsense-9a6a8329f63acbc1cea314c63de15da754fffc20.tar.gz
convert services_dhcp to fa
Diffstat (limited to 'src/usr/local/www/services_dhcp.php')
-rw-r--r--src/usr/local/www/services_dhcp.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/services_dhcp.php b/src/usr/local/www/services_dhcp.php
index a7446a8..b935f0f 100644
--- a/src/usr/local/www/services_dhcp.php
+++ b/src/usr/local/www/services_dhcp.php
@@ -1310,8 +1310,8 @@ if (!is_numeric($pool) && !($act == "newpool")) {
<?=htmlspecialchars($mapent['descr'])?>
</td>
<td>
- <a class="btn btn-xs btn-info" href="services_dhcp_edit.php?if=<?=htmlspecialchars($if)?>&amp;id=<?=$i?>"><?=gettext('Edit')?></a>
- <a class="btn btn-xs btn-danger" href="services_dhcp.php?if=<?=htmlspecialchars($if)?>&amp;act=del&amp;id=<?=$i?>"><?=gettext('Delete')?></a>
+ <a class="fa fa-pencil" title="<?=gettext('Edit static mapping')?>" href="services_dhcp_edit.php?if=<?=htmlspecialchars($if)?>&amp;id=<?=$i?>"></a>
+ <a class="fa fa-trash" title="<?=gettext('Delete static mapping')?>" href="services_dhcp.php?if=<?=htmlspecialchars($if)?>&amp;act=del&amp;id=<?=$i?>" onclick="return confirm('<?=gettext("Are you sure you want to delete this static mapping?")?>')"></a>
</td>
</tr>
<?php
OpenPOWER on IntegriCloud