summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_pppoe_edit.php
diff options
context:
space:
mode:
authorColin Fleming <cj_fleming@sky.com>2014-04-18 23:20:28 +0100
committerColin Fleming <cj_fleming@sky.com>2014-04-18 23:20:28 +0100
commitce6c33e32b983171009602a2712c3d14ce52ab99 (patch)
treefc7fd7f7645e02b453e127593ecdcecd92ad8af3 /usr/local/www/vpn_pppoe_edit.php
parent928dc66a4341eeb7d84d79d7a331462107863170 (diff)
downloadpfsense-ce6c33e32b983171009602a2712c3d14ce52ab99.zip
pfsense-ce6c33e32b983171009602a2712c3d14ce52ab99.tar.gz
Tidy up "vpn_pppoe" XHTML
Add SUMMARY to tables Close IMG tags and and ALT Move NOWRAP to class statement Close INPUT tags
Diffstat (limited to 'usr/local/www/vpn_pppoe_edit.php')
-rw-r--r--usr/local/www/vpn_pppoe_edit.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/usr/local/www/vpn_pppoe_edit.php b/usr/local/www/vpn_pppoe_edit.php
index 540dbb1..96b9cdc 100644
--- a/usr/local/www/vpn_pppoe_edit.php
+++ b/usr/local/www/vpn_pppoe_edit.php
@@ -356,11 +356,11 @@ if ($input_errors)
if ($savemsg)
print_info_box($savemsg);
?>
-<table width="100%" border="0" cellpadding="0" cellspacing="0">
+<table width="100%" border="0" cellpadding="0" cellspacing="0" summary="pppoe edit">
<tr>
<td>
<div id="mainarea">
- <table class="tabcont" width="100%" border="0" cellpadding="6" cellspacing="0">
+ <table class="tabcont" width="100%" border="0" cellpadding="6" cellspacing="0" summary="main area">
<tr>
<td height="16" colspan="2" class="listtopic" valign="top"><?php echo gettext("PPPoE server configuration"); ?></td>
</tr>
@@ -541,7 +541,7 @@ if ($savemsg)
<tr>
<td width="22%" valign="top" class="vncell"><div id="addressnetworkport"><?=gettext("User (s)");?></div></td>
<td width="78%" class="vtable">
- <table id="usertable">
+ <table id="usertable" summary="users">
<tbody>
<tr>
<td><div id="onecolumn"><?=gettext("Username");?></div></td>
@@ -571,7 +571,7 @@ if ($savemsg)
<input name="ip<?php echo $tracker; ?>" type="text" class="formfld unknown" id="ip<?php echo $tracker; ?>" size="10" value="<?=htmlspecialchars($ip);?>" />
</td>
<td>
- <a onclick="removeRow(this); return false;" href="#"><img border="0" src="/themes/<?echo $g['theme'];?>/images/icons/icon_x.gif" /></a>
+ <a onclick="removeRow(this); return false;" href="#"><img border="0" src="/themes/<?echo $g['theme'];?>/images/icons/icon_x.gif" alt="delete" /></a>
</td>
</tr>
<?php
@@ -594,11 +594,11 @@ if ($savemsg)
<td width="78%">
<?php
if (isset($id))
- echo "<input type='hidden' name='id' id='id' value='" . htmlspecialchars($id, ENT_QUOTES | ENT_HTML401) . "' />";
+ echo "<input type=\"hidden\" name=\"id\" id=\"id\" value=\"" . htmlspecialchars($id, ENT_QUOTES | ENT_HTML401) . "\" />";
?>
<?php
if (isset($pconfig['pppoeid']))
- echo "<input type='hidden' name='pppoeid' id='pppoeid' value='{$pppoeid}' />";
+ echo "<input type=\"hidden\" name=\"pppoeid\" id=\"pppoeid\" value=\"{$pppoeid}\" />";
?>
<input name="Submit" type="submit" class="formbtn" value="<?=gettext("Save"); ?>" onclick="enable_change(true)" />
<a href="vpn_pppoe.php"><input name="Cancel" type="button" class="formbtn" value="<?=gettext("Cancel"); ?>" /></a>
OpenPOWER on IntegriCloud