Minor change to add navlinks to bottom of form

git-svn-id: file:///svn/phpbb/trunk@3003 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen 2002-11-01 14:48:45 +00:00
parent 96c024b85f
commit ab669d0f04

View file

@ -57,7 +57,6 @@ function checkForm() {
-> <a class="nav" href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a>
<!-- END navlinks -->
</span></td>
<td class="nav" align="right" valign="bottom" nowrap="nowrap"><span class="gensmall"><a href="{U_MARK_READ}">{L_MARK_TOPICS_READ}</a></span></td>
</tr>
</table>
@ -69,13 +68,13 @@ function checkForm() {
</tr>
<!-- IF ERROR_MESSAGE neq '' -->
<tr>
<td class="row2" colspan="2" align="center"><span class="gen" style="color:red">{ERROR_MESSAGE}</span></td>
<td class="row2" colspan="2" align="center"><span class="gen" style="color:red;font-weight:bold">{ERROR_MESSAGE}</span></td>
</tr>
<!-- ENDIF -->
<!-- IF S_DELETE_ALLOWED -->
<tr>
<td class="row1"><span class="gen"><b>{L_DELETE_POST}</b></span></td>
<td class="row2"><input type="checkbox" name="delete" /></td>
<td class="row2"><input type="checkbox" name="delete" /> {L_DELETE_WARN}</td>
</tr>
<!-- ENDIF -->
<!-- IF S_DISPLAY_USERNAME -->
@ -290,13 +289,16 @@ function checkForm() {
</tr>
</table>
<table width="100%" cellspacing="2" border="0" align="center" cellpadding="2">
<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
<tr>
<td align="right" valign="top"><span class="gensmall">{S_TIMEZONE}</span></td>
<td class="nav" width="100%" align="left" valign="top"><span class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>
<!-- BEGIN navlinks -->
-> <a class="nav" href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a>
<!-- END navlinks -->
</span></td>
<td align="right" valign="top" nowrap="nowrap"><span class="gensmall">{S_TIMEZONE}</span></td>
</tr>
</table>
</form>
</table></form>
<table width="100%" cellspacing="2" border="0" align="center">
<tr>