summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_captiveportal_zones_edit.php
diff options
context:
space:
mode:
authorColin Fleming <cj_fleming@sky.com>2014-04-03 15:09:15 +0100
committerColin Fleming <cj_fleming@sky.com>2014-04-03 15:09:15 +0100
commit8abd178241420b72789831ae8f6851b2101690d1 (patch)
tree5b353c06794d97b41eb7b46fb5b529ac9f1fba6b /usr/local/www/services_captiveportal_zones_edit.php
parenta4b1bf88bbdc0b05f39c5dcca245ccf3f0563f7d (diff)
downloadpfsense-8abd178241420b72789831ae8f6851b2101690d1.zip
pfsense-8abd178241420b72789831ae8f6851b2101690d1.tar.gz
Tidy up "services_captiveportal_zones.php" XHTML
Add SUMMARY to tables Close IMG and add ALT Close INPUT Move NOWRAP to class Deprecate ampersand Swap BODY with php statement Remove redundant closing TR and TABLE
Diffstat (limited to 'usr/local/www/services_captiveportal_zones_edit.php')
-rw-r--r--usr/local/www/services_captiveportal_zones_edit.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/usr/local/www/services_captiveportal_zones_edit.php b/usr/local/www/services_captiveportal_zones_edit.php
index d7b9b94..c59e142 100644
--- a/usr/local/www/services_captiveportal_zones_edit.php
+++ b/usr/local/www/services_captiveportal_zones_edit.php
@@ -85,18 +85,18 @@ if ($_POST) {
}
include("head.inc");
?>
-<?php include("fbegin.inc"); ?>
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
+<?php include("fbegin.inc"); ?>
<?php if ($input_errors) print_input_errors($input_errors); ?>
<form action="services_captiveportal_zones_edit.php" method="post" name="iform" id="iform">
- <table width="100%" border="0" cellpadding="6" cellspacing="0">
+ <table width="100%" border="0" cellpadding="6" cellspacing="0" summary="captive portal edit">
<tr>
<td colspan="2" valign="top" class="listtopic"><?=gettext("Edit Captiveportal Zones");?></td>
</tr>
<tr>
<td width="22%" valign="top" class="vncellreq"><?=gettext("Zone name"); ?></td>
<td width="78%" class="vtable">
- <input name="zone" type="text" class="formfld unknown" id="zone" size="64">
+ <input name="zone" type="text" class="formfld unknown" id="zone" size="64" />
<br />
<span class="vexpl"><?=gettext("Zone name. Can only contain letters, digits, and underscores (_)."); ?></span>
</td>
@@ -104,7 +104,7 @@ include("head.inc");
<tr>
<td width="22%" valign="top" class="vncell"><?=gettext("Description"); ?></td>
<td width="78%" class="vtable">
- <input name="descr" type="text" class="formfld unknown" id="descr" size="40" >
+ <input name="descr" type="text" class="formfld unknown" id="descr" size="40" />
<br />
<span class="vexpl"><?=gettext("You may enter a description here for your reference (not parsed)"); ?>.</span>
</td>
@@ -112,7 +112,7 @@ include("head.inc");
<tr>
<td width="22%" valign="top">&nbsp;</td>
<td width="78%">
- <input name="Submit" type="submit" class="formbtn" value="<?=gettext("Continue"); ?>">
+ <input name="Submit" type="submit" class="formbtn" value="<?=gettext("Continue"); ?>" />
</td>
</tr>
</table>
OpenPOWER on IntegriCloud