diff options
| author | Vjacheslav Trushkin <arty@phpbb.com> | 2011-09-04 01:23:03 +0300 |
|---|---|---|
| committer | Vjacheslav Trushkin <arty@phpbb.com> | 2011-09-04 11:05:10 +0300 |
| commit | 4035f3f6c8fddf52d6d26a6ad2a76535205e41dd (patch) | |
| tree | 1481f45bd7c844194b54843d944a3b2caf4ca5f7 /phpBB/styles/subsilver2/template/mcp_forum.html | |
| parent | 57fac62c0c56e1dda3d0981bdff9b8a35476b6f9 (diff) | |
| download | forums-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/mcp_forum.html')
| -rw-r--r-- | phpBB/styles/subsilver2/template/mcp_forum.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/subsilver2/template/mcp_forum.html b/phpBB/styles/subsilver2/template/mcp_forum.html index 10c124b0e1..5d69e85391 100644 --- a/phpBB/styles/subsilver2/template/mcp_forum.html +++ b/phpBB/styles/subsilver2/template/mcp_forum.html @@ -31,10 +31,10 @@ <!-- ENDIF --> <p class="topictitle">{NEWEST_POST_IMG} {topicrow.ATTACH_ICON_IMG} <a href="{topicrow.U_VIEW_TOPIC}">{topicrow.TOPIC_TITLE}</a> <!-- IF topicrow.S_TOPIC_UNAPPROVED or topicrow.S_POSTS_UNAPPROVED --> - <a href="{topicrow.U_MCP_QUEUE}">{topicrow.UNAPPROVED_IMG}</a> + <a href="{topicrow.U_MCP_QUEUE}" class="imageset">{topicrow.UNAPPROVED_IMG}</a> <!-- ENDIF --> <!-- IF topicrow.S_TOPIC_REPORTED and topicrow.U_MCP_REPORT --> - <a href="{topicrow.U_MCP_REPORT}">{REPORTED_IMG}</a> + <a href="{topicrow.U_MCP_REPORT}" class="imageset">{REPORTED_IMG}</a> <!-- ENDIF --> <!-- IF topicrow.S_MOVED_TOPIC and S_CAN_DELETE --> [ <a href="{topicrow.U_DELETE_TOPIC}">{L_DELETE_SHADOW_TOPIC}</a> ] |
