diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2003-04-22 19:44:00 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2003-04-22 19:44:00 +0000 |
| commit | fb195633021967499447451ecf7a435644846ce3 (patch) | |
| tree | f7d977babce282d24b8d9e36aae50f7944fad25b /phpBB/templates/subSilver | |
| parent | 5085f051bfb2ec73a7afa951126aa6448cc2d52c (diff) | |
| download | forums-fb195633021967499447451ecf7a435644846ce3.tar forums-fb195633021967499447451ecf7a435644846ce3.tar.gz forums-fb195633021967499447451ecf7a435644846ce3.tar.bz2 forums-fb195633021967499447451ecf7a435644846ce3.tar.xz forums-fb195633021967499447451ecf7a435644846ce3.zip | |
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
Diffstat (limited to 'phpBB/templates/subSilver')
| -rw-r--r-- | phpBB/templates/subSilver/index_body.html | 2 | ||||
| -rw-r--r-- | phpBB/templates/subSilver/posting_body.html | 11 |
2 files changed, 8 insertions, 5 deletions
diff --git a/phpBB/templates/subSilver/index_body.html b/phpBB/templates/subSilver/index_body.html index f4ab35de3e..24dbf7514b 100644 --- a/phpBB/templates/subSilver/index_body.html +++ b/phpBB/templates/subSilver/index_body.html @@ -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 --> diff --git a/phpBB/templates/subSilver/posting_body.html b/phpBB/templates/subSilver/posting_body.html index f02c68a92a..46069753bd 100644 --- a/phpBB/templates/subSilver/posting_body.html +++ b/phpBB/templates/subSilver/posting_body.html @@ -53,16 +53,19 @@ function checkForm() <th height="28" align="center">{L_POST_REVIEW}</th> </tr> <tr> - <td> </td> + <td class="row1"> </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> </td> + <td class="row1"> </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> |
