summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_dhcpv6.php
diff options
context:
space:
mode:
authorColin Fleming <cj_fleming@sky.com>2014-05-18 14:53:00 +0100
committerColin Fleming <cj_fleming@sky.com>2014-05-18 14:53:00 +0100
commit1edd5d22ff0122d371230ff52306f40b231758c4 (patch)
treeb555c446aaa8191fcd30c5a16548c743fa11065e /usr/local/www/services_dhcpv6.php
parent024068017f98572f6bd41b7ba542fc36fccee39a (diff)
downloadpfsense-1edd5d22ff0122d371230ff52306f40b231758c4.zip
pfsense-1edd5d22ff0122d371230ff52306f40b231758c4.tar.gz
Tidy up "services_dhcp.php" XHTML
Change ONLICK to lower case Change P tags to BR tags Move opening TR tag inside the PHP IF statement
Diffstat (limited to 'usr/local/www/services_dhcpv6.php')
-rw-r--r--usr/local/www/services_dhcpv6.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/services_dhcpv6.php b/usr/local/www/services_dhcpv6.php
index 44f75c7..8824625 100644
--- a/usr/local/www/services_dhcpv6.php
+++ b/usr/local/www/services_dhcpv6.php
@@ -543,11 +543,11 @@ display_top_tabs($tab_array);
"%s " .
"interface"),htmlspecialchars($iflist[$if]));?></strong></td>
</tr>
- <tr>
<?php
/* the PPPoE Server could well have no IPv6 address and operate fine with just link-local, just hide these */
if(is_ipaddrv6($ifcfgip)) {
?>
+ <tr>
<td width="22%" valign="top" class="vncellreq"><?=gettext("Subnet");?></td>
<td width="78%" class="vtable">
<?=gen_subnetv6($ifcfgip, $ifcfgsn);?>
@@ -757,7 +757,7 @@ display_top_tabs($tab_array);
<div id="shownetboot" style="display:none">
<input style="vertical-align:middle" type="checkbox" value="yes" name="netboot" id="netboot" <?php if($pconfig['netboot']) echo " checked=\"checked\""; ?> />&nbsp;
<b><?=gettext("Enables network booting.");?></b>
- <p>
+ <br/>
<?=gettext("Enter the Bootfile URL");?>
<input name="bootfile_url" type="text" class="formfld unknown" id="bootfile_url" size="28" value="<?=htmlspecialchars($pconfig['bootfile_url']);?>" />
</div>
OpenPOWER on IntegriCloud