Layout bug and missing </form> in login_box.html
This commit is contained in:
@@ -2,13 +2,11 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<th>{L_LATEST_ANNOUNCEMENTS}</th>
|
<th>{L_LATEST_ANNOUNCEMENTS}</th>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr class="row1">
|
||||||
|
<td>
|
||||||
<!-- BEGIN announcements_row -->
|
<!-- BEGIN announcements_row -->
|
||||||
<!-- IF announcements_row.S_NO_TOPICS -->
|
<!-- IF announcements_row.S_NO_TOPICS -->
|
||||||
<tr class="row1">
|
<span class="gensmall"><strong>{L_NO_ANNOUNCEMENTS}</strong></span>
|
||||||
<td>
|
|
||||||
<span class="gensmall"><strong>{L_NO_ANNOUNCEMENTS}</strong></span>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<!-- ELSE -->
|
<!-- ELSE -->
|
||||||
<table class="tablebg" cellspacing="1" width="100%">
|
<table class="tablebg" cellspacing="1" width="100%">
|
||||||
<tr>
|
<tr>
|
||||||
@@ -37,8 +35,10 @@
|
|||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<!-- IF announcements_row.S_NOT_LAST --><br /><!-- ENDIF -->
|
<!-- IF announcements_row.S_NOT_LAST --><br /><!-- ENDIF -->
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
<!-- END announcements_row -->
|
<!-- END announcements_row -->
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<br />
|
<br />
|
||||||
@@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
<form action="{S_LOGIN_ACTION}" method="post">
|
<form action="{S_LOGIN_ACTION}" method="post">
|
||||||
<table class="tablebg" cellspacing="1" width="100%">
|
<table class="tablebg" cellspacing="1" width="100%">
|
||||||
<tr>
|
<tr>
|
||||||
@@ -29,4 +28,5 @@
|
|||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
</form>
|
||||||
<br />
|
<br />
|
||||||
@@ -2,13 +2,11 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<th>{L_LATEST_NEWS}</th>
|
<th>{L_LATEST_NEWS}</th>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr class="row1">
|
||||||
|
<td>
|
||||||
<!-- BEGIN news_row -->
|
<!-- BEGIN news_row -->
|
||||||
<!-- IF news_row.S_NO_TOPICS -->
|
<!-- IF news_row.S_NO_TOPICS -->
|
||||||
<tr class="row1">
|
<span class="gensmall"><strong>{L_NO_NEWS}</strong></span>
|
||||||
<td>
|
|
||||||
<span class="gensmall"><strong>{L_NO_NEWS}</strong></span>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<!-- ELSE -->
|
<!-- ELSE -->
|
||||||
<table class="tablebg" cellspacing="1" width="100%">
|
<table class="tablebg" cellspacing="1" width="100%">
|
||||||
<tr>
|
<tr>
|
||||||
@@ -33,5 +31,7 @@
|
|||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
<!-- IF news_row.S_NOT_LAST --><br /><!-- ENDIF -->
|
<!-- IF news_row.S_NOT_LAST --><br /><!-- ENDIF -->
|
||||||
<!-- END news_row -->
|
<!-- END news_row -->
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<br />
|
<br />
|
||||||
Reference in New Issue
Block a user