aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/mcp_post.html
diff options
context:
space:
mode:
authorVjacheslav Trushkin <cyberalien@gmail.com>2013-10-19 13:22:47 +0300
committerVjacheslav Trushkin <cyberalien@gmail.com>2013-10-19 13:22:47 +0300
commit68a4c6acbfab0a679839d853ad56b7ae99dd9033 (patch)
treead64a0625a782d113f2eb9a26a84fe605a1b04a8 /phpBB/styles/prosilver/template/mcp_post.html
parent1a1d5f7307fdb6f4bbb9b947629a82e544b8c5d4 (diff)
downloadforums-68a4c6acbfab0a679839d853ad56b7ae99dd9033.tar
forums-68a4c6acbfab0a679839d853ad56b7ae99dd9033.tar.gz
forums-68a4c6acbfab0a679839d853ad56b7ae99dd9033.tar.bz2
forums-68a4c6acbfab0a679839d853ad56b7ae99dd9033.tar.xz
forums-68a4c6acbfab0a679839d853ad56b7ae99dd9033.zip
[ticket/11552] Move post subject before buttons
PHPBB3-11552
Diffstat (limited to 'phpBB/styles/prosilver/template/mcp_post.html')
-rw-r--r--phpBB/styles/prosilver/template/mcp_post.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/mcp_post.html b/phpBB/styles/prosilver/template/mcp_post.html
index a205164e60..25464085a0 100644
--- a/phpBB/styles/prosilver/template/mcp_post.html
+++ b/phpBB/styles/prosilver/template/mcp_post.html
@@ -48,6 +48,8 @@
<div class="inner">
<div class="postbody">
+ <h3><a href="{U_VIEW_POST}">{POST_SUBJECT}</a></h3>
+
<!-- IF U_EDIT -->
<ul class="profile-icons">
<li class="edit-icon"><a href="{U_EDIT}" title="{L_EDIT_POST}"><span>{L_EDIT_POST}</span></a></li>
@@ -56,7 +58,6 @@
<span class="right-box" id="expand"><a href="#post_details" onclick="viewableArea(getElementById('post_details'), true); var rev_text = getElementById('expand').getElementsByTagName('a').item(0).firstChild; if (rev_text.data == '{LA_EXPAND_VIEW}'){rev_text.data = '{LA_COLLAPSE_VIEW}'; } else if (rev_text.data == '{LA_COLLAPSE_VIEW}'){rev_text.data = '{LA_EXPAND_VIEW}'}; return false;">{L_EXPAND_VIEW}</a></span>
- <h3><a href="{U_VIEW_POST}">{POST_SUBJECT}</a></h3>
<!-- IF S_PM -->
<p class="author">
<strong>{L_SENT_AT}{L_COLON}</strong> {POST_DATE}