diff options
author | Matt Friedman <maf675@gmail.com> | 2013-10-20 15:57:57 -0700 |
---|---|---|
committer | Matt Friedman <maf675@gmail.com> | 2013-10-20 15:57:57 -0700 |
commit | 67beb97efec06c4a663c7eec8d54ab3194744f83 (patch) | |
tree | 8f5f76b095c88ae8b6dd3c1474b4ee4a46e54f09 /phpBB/styles/prosilver/template/mcp_post.html | |
parent | dd25b83ee409bda5c142ff28c2c65e6a5a9eb333 (diff) | |
parent | 1aa80b47b164a59cdaf2be226f40a2af99a9f3f1 (diff) | |
download | forums-67beb97efec06c4a663c7eec8d54ab3194744f83.tar forums-67beb97efec06c4a663c7eec8d54ab3194744f83.tar.gz forums-67beb97efec06c4a663c7eec8d54ab3194744f83.tar.bz2 forums-67beb97efec06c4a663c7eec8d54ab3194744f83.tar.xz forums-67beb97efec06c4a663c7eec8d54ab3194744f83.zip |
Merge branch 'develop' into ticket/11935
Diffstat (limited to 'phpBB/styles/prosilver/template/mcp_post.html')
-rw-r--r-- | phpBB/styles/prosilver/template/mcp_post.html | 3 |
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 96d9cd0115..2b4ebec5c8 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} |