summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_rfc2136.php
diff options
context:
space:
mode:
authorColin Fleming <cj_fleming@sky.com>2015-12-17 22:35:25 +0000
committerStephen Beaver <sbeaver@netgate.com>2015-12-17 17:44:17 -0500
commitbb9185a0b715e3124f7702d89953887b49e91e11 (patch)
treef833f07da54eeaa3d7815a8f47c13c3d872c83a6 /src/usr/local/www/services_rfc2136.php
parent18ca572b3aa38457e44fb8a67348f95835ee9827 (diff)
downloadpfsense-bb9185a0b715e3124f7702d89953887b49e91e11.zip
pfsense-bb9185a0b715e3124f7702d89953887b49e91e11.tar.gz
Tidy up "services_dyndns.php"
services_dyndns.php - remove duplicate double quotes - tidy up tabs/spaces services_rfc2136.php - remove duplicate double quotes - tidy up tabs/spaces dyn_dns_status.widget.php - change echo to print - change FONT tag to SPAN tags and use correct class - remove DIV and change table to correct format - add THEAD and TBODY - remove CLASS statement from table cells and add to the table row
Diffstat (limited to 'src/usr/local/www/services_rfc2136.php')
-rw-r--r--src/usr/local/www/services_rfc2136.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/local/www/services_rfc2136.php b/src/usr/local/www/services_rfc2136.php
index 0649abd..3a01332 100644
--- a/src/usr/local/www/services_rfc2136.php
+++ b/src/usr/local/www/services_rfc2136.php
@@ -124,7 +124,7 @@ $iflist = get_configured_interface_with_descr();
$i = 0;
foreach ($a_rfc2136 as $rfc2136):
?>
- <tr <?=(isset($rfc2136['enable']) ? '' : 'class="disabled"')?>">
+ <tr<?=(isset($rfc2136['enable']) ? '' : ' class="disabled"')?>>
<td>
<?php
foreach ($iflist as $if => $ifdesc) {
@@ -194,13 +194,13 @@ foreach ($a_rfc2136 as $rfc2136):
<?=htmlspecialchars($rfc2136['descr'])?>
</td>
<td>
- <a class="fa fa-pencil" title="<?=gettext('Edit client')?>" href="services_rfc2136_edit.php?id=<?=$i?>"></a>
+ <a class="fa fa-pencil" title="<?=gettext('Edit client')?>" href="services_rfc2136_edit.php?id=<?=$i?>"></a>
<?php if (isset($rfc2136['enable'])) {
?>
<a class="fa fa-ban" title="<?=gettext('Disable client')?>" href="?act=toggle&amp;id=<?=$i?>"></a>
<?php } else {
?>
- <a class="fa fa-check-square-o" title="<?=gettext('Enable client')?>" href="?act=toggle&amp;id=<?=$i?>" ></a>
+ <a class="fa fa-check-square-o" title="<?=gettext('Enable client')?>" href="?act=toggle&amp;id=<?=$i?>"></a>
<?php }
?>
<a class="fa fa-trash" title="<?=gettext('Delete client')?>" href="services_rfc2136.php?act=del&amp;id=<?=$i?>"></a>
OpenPOWER on IntegriCloud