1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-18 22:41:28 +02:00

first version of attachment admin panel + some fixes (i hope i do not screw someones code with this, my appologies)

git-svn-id: file:///svn/phpbb/trunk@3926 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2003-04-22 19:44:00 +00:00
parent 5085f051bf
commit fb19563302
8 changed files with 630 additions and 6 deletions

View File

@@ -35,7 +35,7 @@
</table><span class="gensmall"><!-- IF forumrow.MODERATORS --><b>{forumrow.L_MODERATOR_STR}:</b> {forumrow.MODERATORS}<br /><!-- ENDIF --><!-- IF forumrow.SUBFORUMS --><br /><b>{forumrow.L_SUBFORUM_STR}</b> {forumrow.SUBFORUMS}<!-- ENDIF --></span></td>
<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">{forumrow.TOPICS}</span></td>
<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">{forumrow.POSTS}</span></td>
<td class="row2" align="center" valign="middle" height="50" nowrap="nowrap"> <span class="gensmall">{forumrow.LAST_POST}</span></td>
<td class="row2" align="center" valign="middle" height="50" nowrap="nowrap"> <span class="gensmall">{forumrow.LAST_POST_TIME}<br /><!-- IF forumrow.U_LAST_POSTER --><a href="{forumrow.U_LAST_POSTER}">{forumrow.LAST_POSTER}</a><!-- ELSE -->{forumrow.LAST_POSTER}<!-- ENDIF --><a href="{forumrow.U_LAST_POST}">{forumrow.LAST_POST_IMG}</a></span></td>
</tr>
<!-- ENDIF -->
<!-- BEGINELSE -->

View File

@@ -53,16 +53,19 @@ function checkForm()
<th height="28" align="center">{L_POST_REVIEW}</th>
</tr>
<tr>
<td>&nbsp;</td>
<td class="row1">&nbsp;</td>
</tr>
<tr>
<td class="gen" align="center">{L_POST_REVIEW_EXPLAIN}</td>
<td class="row1" align="center"><span class="gen">{L_POST_REVIEW_EXPLAIN}</span></td>
</tr>
<tr>
<td>&nbsp;</td>
<td class="row1">&nbsp;</td>
</tr>
<tr>
<td class="row1">
<td class="spacer" colspan="2" height="1"><img src="images/spacer.gif" alt="" width="1" height="1" /></td>
</tr>
<tr>
<td class="row2">
<table class="tablebg" width="100%" cellpadding="2" cellspacing="1" border="0">
<tr>