mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Tidy up "diag_patterns.php" XHTML
Close INPUT tags Move closing FORM tag to correct place
This commit is contained in:
parent
cd4a47d899
commit
e7de4b89c8
@ -64,28 +64,28 @@ include("head.inc");
|
||||
<?php if ($ulmsg) echo "<p class=\"red\"><strong>" . $ulmsg . "</strong></p>\n"; ?>
|
||||
<div id="mainarea">
|
||||
<form action="diag_patterns.php" method="post" enctype="multipart/form-data" name="frmPattern">
|
||||
<table class="tabcont" width="100%" border="0" cellpadding="6" cellspacing="0">
|
||||
<table class="tabcont" width="100%" border="0" cellpadding="6" cellspacing="0" summary="upload pattern">
|
||||
<tr>
|
||||
<td colspan="4" valign="top" class="listtopic"><?=gettext("Upload layer7 pattern file");?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="right"><strong><?=gettext("File to upload:");?></strong></td>
|
||||
<td valign="top" class="label">
|
||||
<input name="ulfile" type="file" class="formfld file" id="ulfile">
|
||||
<input name="ulfile" type="file" class="formfld file" id="ulfile" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top"> </td>
|
||||
<td valign="top" class="label">
|
||||
<input name="submit" type="submit" class="button" id="upload" value="<?=gettext("Upload Pattern file");?>">
|
||||
<input name="submit" type="submit" class="button" id="upload" value="<?=gettext("Upload Pattern file");?>" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2" valign="top" height="16"></td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
</div>
|
||||
<?php include("fend.inc"); ?>
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user