mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 05:48:51 +00:00
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:
parent
96c024b85f
commit
ab669d0f04
1 changed files with 10 additions and 8 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue