diff options
author | bmeeks8 <bmeeks8@bellsouth.net> | 2013-05-21 22:48:47 -0400 |
---|---|---|
committer | bmeeks8 <bmeeks8@bellsouth.net> | 2013-05-21 22:48:47 -0400 |
commit | e977391528edbf2d27841f2458b2e72e8bb29747 (patch) | |
tree | 2eafd5000872829560d53fb764bf802bb6e41e2f /config | |
parent | 00dc251878e6fc23402ba8030758e9efa215bb09 (diff) | |
download | pfsense-packages-e977391528edbf2d27841f2458b2e72e8bb29747.tar.gz pfsense-packages-e977391528edbf2d27841f2458b2e72e8bb29747.tar.bz2 pfsense-packages-e977391528edbf2d27841f2458b2e72e8bb29747.zip |
Fix-up missing align left HTML attribute.
Diffstat (limited to 'config')
-rwxr-xr-x | config/snort/snort_download_rules.php | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/config/snort/snort_download_rules.php b/config/snort/snort_download_rules.php index 4f88f1c2..f9fca057 100755 --- a/config/snort/snort_download_rules.php +++ b/config/snort/snort_download_rules.php @@ -52,33 +52,32 @@ include("head.inc"); <td class="tabcont" align="center"> <table width="100%" border="0" cellpadding="6" cellspacing="0"> <tr> - <td align="center"> + <td class="tabcont" align="center"> <table width="420" border="0" cellpadding="0" cellspacing="0"> <tr> <td style="background:url('../themes/<?= $g['theme']; ?>/images/misc/bar_left.gif')" height="15" width="5"></td> <td style="background:url('../themes/<?= $g['theme']; ?>/images/misc/bar_gray.gif')" height="15" width="410"> <table id="progholder" width='410' cellpadding='0' cellspacing='0'> <tr> - <td><img border='0' src='../themes/<?= $g['theme']; ?>/images/misc/bar_blue.gif' + <td align="left"><img border='0' src='../themes/<?= $g['theme']; ?>/images/misc/bar_blue.gif' width='0' height='15' name='progressbar' id='progressbar' alt='' /></td </tr> - </table> - </td> + </table></td> <td style="background:url('../themes/<?= $g['theme']; ?>/images/misc/bar_right.gif')" height="15" width="5"></td> </tr> </table> </td> </tr> <tr> - <td align="center"> + <td class="tabcont" align="center"> <!-- status box --> - <textarea cols="85" rows="2" name="status" id="status" wrap="soft"><?=gettext("Initializing..."); ?>.</textarea> + <textarea cols="85" rows="1" name="status" id="status" wrap="soft"><?=gettext("Initializing..."); ?>.</textarea> <!-- command output box --> <textarea cols="85" rows="12" name="output" id="output" wrap="soft"></textarea> </td> </tr> <tr> - <td align="center" valign="middle"><input type="submit" name="return" id="return" Value="Return"></td> + <td class="tabcont" align="center" valign="middle"><input type="submit" name="return" id="return" Value="Return"></td> </tr> </table> </td> |