summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorrbgarga <garga@FreeBSD.org>2013-04-15 16:05:31 -0700
committerrbgarga <garga@FreeBSD.org>2013-04-15 16:05:31 -0700
commit16398f85a1a31d0ac451be9a5f8ed90bbcf1f0d7 (patch)
treee0437c5f8510d2da86f93ec994d5f5b619d08084 /usr
parentd48096a11b09828adc562c6609f3548e03ff1cac (diff)
parentf8cc0b6d9b147cee53fbf0809181cf3ff48a9b8b (diff)
downloadpfsense-16398f85a1a31d0ac451be9a5f8ed90bbcf1f0d7.zip
pfsense-16398f85a1a31d0ac451be9a5f8ed90bbcf1f0d7.tar.gz
Merge pull request #570 from ExolonDX/branch_12
Tidy up "interfaces_vlan.php" XHTML
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/interfaces_vlan.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/usr/local/www/interfaces_vlan.php b/usr/local/www/interfaces_vlan.php
index 46f10cc..f4836f2 100755
--- a/usr/local/www/interfaces_vlan.php
+++ b/usr/local/www/interfaces_vlan.php
@@ -90,7 +90,7 @@ include("head.inc");
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
<?php include("fbegin.inc"); ?>
<?php if ($input_errors) print_input_errors($input_errors); ?>
-<table width="100%" border="0" cellpadding="0" cellspacing="0">
+<table width="100%" border="0" cellpadding="0" cellspacing="0" summary="interfaces vlan">
<tr><td>
<?php
$tab_array = array();
@@ -110,7 +110,7 @@ include("head.inc");
<tr>
<td>
<div id="mainarea">
- <table class="tabcont" width="100%" border="0" cellpadding="0" cellspacing="0">
+ <table class="tabcont" width="100%" border="0" cellpadding="0" cellspacing="0" summary="main area">
<tr>
<td width="20%" class="listhdrr"><?=gettext("Interface");?></td>
<td width="20%" class="listhdrr"><?=gettext("VLAN tag");?></td>
@@ -128,17 +128,17 @@ include("head.inc");
<td class="listbg">
<?=htmlspecialchars($vlan['descr']);?>&nbsp;
</td>
- <td valign="middle" nowrap class="list"> <a href="interfaces_vlan_edit.php?id=<?=$i;?>"><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_e.gif" width="17" height="17" border="0"></a>
- &nbsp;<a href="interfaces_vlan.php?act=del&id=<?=$i;?>" onclick="return confirm('<?=gettext("Do you really want to delete this VLAN?");?>')"><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_x.gif" width="17" height="17" border="0"></a></td>
+ <td valign="middle" class="list nowrap"> <a href="interfaces_vlan_edit.php?id=<?=$i;?>"><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_e.gif" width="17" height="17" border="0" alt="edit" /></a>
+ &nbsp;<a href="interfaces_vlan.php?act=del&amp;id=<?=$i;?>" onclick="return confirm('<?=gettext("Do you really want to delete this VLAN?");?>')"><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_x.gif" width="17" height="17" border="0" alt="delete" /></a></td>
</tr>
<?php $i++; endforeach; ?>
<tr>
<td class="list" colspan="3">&nbsp;</td>
- <td class="list"> <a href="interfaces_vlan_edit.php"><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_plus.gif" width="17" height="17" border="0"></a></td>
+ <td class="list"> <a href="interfaces_vlan_edit.php"><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_plus.gif" width="17" height="17" border="0" alt="add" /></a></td>
</tr>
<tr>
<td colspan="3" class="list"><p class="vexpl"><span class="red"><strong>
- <?=gettext("Note:");?><br>
+ <?=gettext("Note:");?><br/>
</strong></span>
<?php printf(gettext("Not all drivers/NICs support 802.1Q VLAN tagging properly. On cards that do not explicitly support it, VLAN tagging will still work, but the reduced MTU may cause problems. See the %s handbook for information on supported cards."),$g['product_name']);?> </p>
</td>
OpenPOWER on IntegriCloud