diff options
Diffstat (limited to 'phpBB/templates/subSilver/posting_topic_review.tpl')
-rw-r--r-- | phpBB/templates/subSilver/posting_topic_review.tpl | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/phpBB/templates/subSilver/posting_topic_review.tpl b/phpBB/templates/subSilver/posting_topic_review.tpl index a667baed81..e712abe004 100644 --- a/phpBB/templates/subSilver/posting_topic_review.tpl +++ b/phpBB/templates/subSilver/posting_topic_review.tpl @@ -2,15 +2,13 @@ <!-- BEGIN switch_inline_mode --> <table border="0" cellpadding="3" cellspacing="1" width="100%" class="forumline"> <tr> - - <td class="catHead" height="28" align="center"><b><span class="cattitle">{L_TOPIC_REVIEW}</span></b></td> + <td class="catHead" height="28" align="center"><b><span class="cattitle">{L_TOPIC_REVIEW}</span></b></td> </tr> <tr> <td class="row1"><iframe width="100%" height="300" src="{U_REVIEW_TOPIC}" > <!-- END switch_inline_mode --> - - <table border="0" cellpadding="3" cellspacing="1" width="100%" class="forumline" style="border: 0px #006699 solid "> - <tr> +<table border="0" cellpadding="3" cellspacing="1" width="100%" class="forumline" style="border: 0px #006699 solid "> + <tr> <th class="thCornerL" width="22%" height="26">{L_AUTHOR}</th> <th class="thCornerR">{L_MESSAGE}</th> </tr> @@ -19,7 +17,7 @@ <td width="22%" align="left" valign="top" class="{postrow.ROW_CLASS}"><span class="name"><a name="{postrow.U_POST_ID}"></a><b>{postrow.POSTER_NAME}</b></span></td> <td class="{postrow.ROW_CLASS}" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> - <td width="100%">{postrow.MINI_POST_IMG}<span class="postdetails">{L_POSTED}: {postrow.POST_DATE}<span class="gen"> </span> {L_POST_SUBJECT}: {postrow.POST_SUBJECT}</span></td> + <td width="100%"><img src="{postrow.MINI_POST_IMG}" width="12" height="9" alt="{postrow.L_MINI_POST_ALT}" title="{postrow.L_MINI_POST_ALT}" border="0" /><span class="postdetails">{L_POSTED}: {postrow.POST_DATE}<span class="gen"> </span> {L_POST_SUBJECT}: {postrow.POST_SUBJECT}</span></td> </tr> <tr> <td colspan="2"><hr /></td> @@ -34,7 +32,6 @@ </tr> <!-- END postrow --> </table> - <!-- BEGIN switch_inline_mode --> </iframe></td> </tr> |