aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subsilver2/template/posting_topic_review.html
diff options
context:
space:
mode:
authorVjacheslav Trushkin <arty@phpbb.com>2011-09-04 01:23:03 +0300
committerVjacheslav Trushkin <arty@phpbb.com>2011-09-04 11:05:10 +0300
commit4035f3f6c8fddf52d6d26a6ad2a76535205e41dd (patch)
tree1481f45bd7c844194b54843d944a3b2caf4ca5f7 /phpBB/styles/subsilver2/template/posting_topic_review.html
parent57fac62c0c56e1dda3d0981bdff9b8a35476b6f9 (diff)
downloadforums-4035f3f6c8fddf52d6d26a6ad2a76535205e41dd.tar
forums-4035f3f6c8fddf52d6d26a6ad2a76535205e41dd.tar.gz
forums-4035f3f6c8fddf52d6d26a6ad2a76535205e41dd.tar.bz2
forums-4035f3f6c8fddf52d6d26a6ad2a76535205e41dd.tar.xz
forums-4035f3f6c8fddf52d6d26a6ad2a76535205e41dd.zip
[feature/remove-imagesets] Changing subsilver
Removing imagesets. Changing subsilver PHPBB3-10336
Diffstat (limited to 'phpBB/styles/subsilver2/template/posting_topic_review.html')
-rw-r--r--phpBB/styles/subsilver2/template/posting_topic_review.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/subsilver2/template/posting_topic_review.html b/phpBB/styles/subsilver2/template/posting_topic_review.html
index a4365532d4..2bfa95f3d4 100644
--- a/phpBB/styles/subsilver2/template/posting_topic_review.html
+++ b/phpBB/styles/subsilver2/template/posting_topic_review.html
@@ -36,7 +36,7 @@
<td>&nbsp;</td>
<td class="gensmall" valign="middle" nowrap="nowrap"><b>{L_POST_SUBJECT}:</b>&nbsp;</td>
<td class="gensmall" width="100%" valign="middle">{topic_review_row.POST_SUBJECT}</td>
- <td valign="top" nowrap="nowrap">&nbsp;<!-- IF topic_review_row.POSTER_QUOTE and topic_review_row.DECODED_MESSAGE --><a href="#" onclick="addquote({topic_review_row.POST_ID},'{topic_review_row.POSTER_QUOTE}', '{LA_WROTE}'); return false;">{QUOTE_IMG}</a><!-- ENDIF --></td>
+ <td valign="top" nowrap="nowrap">&nbsp;<!-- IF topic_review_row.POSTER_QUOTE and topic_review_row.DECODED_MESSAGE --><a href="#" onclick="addquote({topic_review_row.POST_ID},'{topic_review_row.POSTER_QUOTE}', '{LA_WROTE}'); return false;" class="imageset">{QUOTE_IMG}</a><!-- ENDIF --></td>
</tr>
</table>
</td>
@@ -81,7 +81,7 @@
<table width="100%" cellspacing="0">
<tr valign="middle">
<td width="100%" align="{S_CONTENT_FLOW_BEGIN}"><span class="gensmall"><!-- IF topic_review_row.U_MCP_DETAILS -->[ <a href="{topic_review_row.U_MCP_DETAILS}">{L_POST_DETAILS}</a> ]<!-- ENDIF --></span></td>
- <td width="10" nowrap="nowrap"><!-- IF S_IS_BOT -->{topic_review_row.MINI_POST_IMG}<!-- ELSE --><a href="{topic_review_row.U_MINI_POST}">{topic_review_row.MINI_POST_IMG}</a><!-- ENDIF --></td>
+ <td width="10" nowrap="nowrap"><!-- IF S_IS_BOT -->{topic_review_row.MINI_POST_IMG}<!-- ELSE --><a href="{topic_review_row.U_MINI_POST}" class="imageset">{topic_review_row.MINI_POST_IMG}</a><!-- ENDIF --></td>
<td class="gensmall" nowrap="nowrap"><b>{L_POSTED}:</b> {topic_review_row.POST_DATE}</td>
</tr>
</table>