summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_dhcpv6.php
diff options
context:
space:
mode:
authorheper <heper@users.noreply.github.com>2015-10-31 14:12:41 +0100
committerheper <heper@users.noreply.github.com>2015-10-31 14:12:41 +0100
commit2f5dafedaed03277f4146a47f2a73b358b822e7f (patch)
tree2f7f3bf9129c39979fcb01272d12ed5eabfe2b92 /src/usr/local/www/services_dhcpv6.php
parent9a6a8329f63acbc1cea314c63de15da754fffc20 (diff)
downloadpfsense-2f5dafedaed03277f4146a47f2a73b358b822e7f.zip
pfsense-2f5dafedaed03277f4146a47f2a73b358b822e7f.tar.gz
convert services_dhcpv6 to fa
Diffstat (limited to 'src/usr/local/www/services_dhcpv6.php')
-rw-r--r--src/usr/local/www/services_dhcpv6.php20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/usr/local/www/services_dhcpv6.php b/src/usr/local/www/services_dhcpv6.php
index 0747ac2..c140989 100644
--- a/src/usr/local/www/services_dhcpv6.php
+++ b/src/usr/local/www/services_dhcpv6.php
@@ -925,8 +925,8 @@ if(is_array($a_maps)):
<?=htmlspecialchars($mapent['descr'])?>
</td>
<td>
- <a href="services_dhcpv6_edit.php?if=<?=$if?>&amp;id=<?=$i?>" class="btn btn-info btn-xs"/>Edit</a>
- <a href="services_dhcpv6.php?if=<?=$if?>&amp;act=del&amp;id=<?=$i?>" class="btn btn-danger btn-xs"/>Delete</a>
+ <a class="fa fa-pencil" title="<?=gettext('Edit static mapping')?>" href="services_dhcpv6_edit.php?if=<?=$if?>&amp;id=<?=$i?>"></a>
+ <a class="fa fa-trash" title="<?=gettext('Delete static mapping')?>" href="services_dhcpv6.php?if=<?=$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
@@ -956,7 +956,7 @@ events.push(function(){
hideInput('ddnsdomainkey', hide);
}
- // Make the ‘Copy My MAC’ button a plain button, not a submit button
+ // Make the 'Copy My MAC' button a plain button, not a submit button
$("#btnmymac").prop('type','button');
// On click, copy the hidden 'mymac' text to the 'mac' input
@@ -964,7 +964,7 @@ events.push(function(){
$('#mac').val('<?=$mymac?>');
});
- // Make the ‘tftp’ button a plain button, not a submit button
+ // Make the 'tftp' button a plain button, not a submit button
$("#btntftp").prop('type','button');
// Show tftp controls
@@ -972,7 +972,7 @@ events.push(function(){
hideInput('tftp', false);
});
- // Make the ‘ntp’ button a plain button, not a submit button
+ // Make the 'ntp' button a plain button, not a submit button
$("#btnntp").prop('type','button');
// Show ntp controls
@@ -980,7 +980,7 @@ events.push(function(){
hideClass('ntpclass', false);
});
- // Make the ‘ddns’ button a plain button, not a submit button
+ // Make the 'ddns' button a plain button, not a submit button
$("#btndyndns").prop('type','button');
// Show ddns controls
@@ -988,7 +988,7 @@ events.push(function(){
hideDDNS(false);
});
- // Make the ‘ldap’ button a plain button, not a submit button
+ // Make the 'ldap' button a plain button, not a submit button
$("#btnldap").prop('type','button');
// Show ldap controls
@@ -996,7 +996,7 @@ events.push(function(){
hideInput('ldap', false);
});
- // Make the ‘netboot’ button a plain button, not a submit button
+ // Make the 'netboot' button a plain button, not a submit button
$("#btnnetboot").prop('type','button');
// Show netboot controls
@@ -1005,7 +1005,7 @@ events.push(function(){
hideCheckBox('shownetboot', false);
});
- // Make the ‘aditional options’ button a plain button, not a submit button
+ // Make the 'aditional options' button a plain button, not a submit button
$("#btnadnl").prop('type','button');
// Show aditional controls
@@ -1027,4 +1027,4 @@ events.push(function(){
//]]>
</script>
-<?php include('foot.inc'); \ No newline at end of file
+<?php include('foot.inc');
OpenPOWER on IntegriCloud