Layout bug and missing </form> in login_box.html

This commit is contained in:
Ice
2008-02-02 21:36:51 +00:00
parent a44fc884ee
commit 141d2551e9
3 changed files with 12 additions and 12 deletions

View File

@@ -2,13 +2,11 @@
<tr>
<th>{L_LATEST_ANNOUNCEMENTS}</th>
</tr>
<tr class="row1">
<td>
<!-- BEGIN announcements_row -->
<!-- IF announcements_row.S_NO_TOPICS -->
<tr class="row1">
<td>
<span class="gensmall"><strong>{L_NO_ANNOUNCEMENTS}</strong></span>
</td>
</tr>
<span class="gensmall"><strong>{L_NO_ANNOUNCEMENTS}</strong></span>
<!-- ELSE -->
<table class="tablebg" cellspacing="1" width="100%">
<tr>
@@ -37,8 +35,10 @@
</td>
</tr>
</table>
<!-- IF announcements_row.S_NOT_LAST --><br /><!-- ENDIF -->
<!-- IF announcements_row.S_NOT_LAST --><br /><!-- ENDIF -->
<!-- ENDIF -->
<!-- END announcements_row -->
</td>
</tr>
</table>
<br />

View File

@@ -1,4 +1,3 @@
<form action="{S_LOGIN_ACTION}" method="post">
<table class="tablebg" cellspacing="1" width="100%">
<tr>
@@ -29,4 +28,5 @@
</td>
</tr>
</table>
</form>
<br />

View File

@@ -2,13 +2,11 @@
<tr>
<th>{L_LATEST_NEWS}</th>
</tr>
<tr class="row1">
<td>
<!-- BEGIN news_row -->
<!-- IF news_row.S_NO_TOPICS -->
<tr class="row1">
<td>
<span class="gensmall"><strong>{L_NO_NEWS}</strong></span>
</td>
</tr>
<span class="gensmall"><strong>{L_NO_NEWS}</strong></span>
<!-- ELSE -->
<table class="tablebg" cellspacing="1" width="100%">
<tr>
@@ -33,5 +31,7 @@
<!-- ENDIF -->
<!-- IF news_row.S_NOT_LAST --><br /><!-- ENDIF -->
<!-- END news_row -->
</td>
</tr>
</table>
<br />