aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOleg Pudeyev <oleg@bsdpower.com>2012-03-28 23:24:06 -0400
committerOleg Pudeyev <oleg@bsdpower.com>2012-03-28 23:24:06 -0400
commitae824aef1255f7bd4da502fc1d9d0e85219ce32a (patch)
tree206daea9832a3622a8c69b15d456d43d11d18ae5
parent3048f8691d90dd75a37b7b0cf0e7f7046e379bc4 (diff)
parentccf83dd69b5cde3ea08f798b0220c428c49bad52 (diff)
downloadforums-ae824aef1255f7bd4da502fc1d9d0e85219ce32a.tar
forums-ae824aef1255f7bd4da502fc1d9d0e85219ce32a.tar.gz
forums-ae824aef1255f7bd4da502fc1d9d0e85219ce32a.tar.bz2
forums-ae824aef1255f7bd4da502fc1d9d0e85219ce32a.tar.xz
forums-ae824aef1255f7bd4da502fc1d9d0e85219ce32a.zip
Merge branch 'develop-olympus' into develop
* develop-olympus: [ticket/10730] Added label tag around "select" text in post splitting UI
-rw-r--r--phpBB/styles/prosilver/template/mcp_topic.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/mcp_topic.html b/phpBB/styles/prosilver/template/mcp_topic.html
index 85c87b8cca..ab0c83a56f 100644
--- a/phpBB/styles/prosilver/template/mcp_topic.html
+++ b/phpBB/styles/prosilver/template/mcp_topic.html
@@ -106,7 +106,7 @@ onload_functions.push('subPanels()');
<div class="inner"><span class="corners-top"><span></span></span>
<div class="postbody" id="pr{postrow.POST_ID}">
- <ul class="profile-icons"><li class="info-icon"><a href="{postrow.U_POST_DETAILS}" title="{L_POST_DETAILS}"><span>{L_POST_DETAILS}</span></a></li><li>{L_SELECT}: <input type="checkbox" name="post_id_list[]" value="{postrow.POST_ID}"<!-- IF postrow.S_CHECKED --> checked="checked"<!-- ENDIF --> /></li></ul>
+ <ul class="profile-icons"><li class="info-icon"><a href="{postrow.U_POST_DETAILS}" title="{L_POST_DETAILS}"><span>{L_POST_DETAILS}</span></a></li><li><label for="post_id_list_select_{postrow.POST_ID}">{L_SELECT}: <input type="checkbox" id="post_id_list_select_{postrow.POST_ID}" name="post_id_list[]" value="{postrow.POST_ID}"<!-- IF postrow.S_CHECKED --> checked="checked"<!-- ENDIF --> /></label></li></ul>
<h3><a href="{postrow.U_POST_DETAILS}">{postrow.POST_SUBJECT}</a></h3>
<p class="author"><a href="#pr{postrow.POST_ID}">{postrow.MINI_POST_IMG}</a> {L_POSTED} {postrow.POST_DATE} {L_POST_BY_AUTHOR} <strong>{postrow.POST_AUTHOR_FULL}</strong><!-- IF postrow.U_MCP_DETAILS --> [ <a href="{postrow.U_MCP_DETAILS}">{L_POST_DETAILS}</a> ]<!-- ENDIF --></p>