aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/mcp_forum.html
diff options
context:
space:
mode:
authorChris Smith <toonarmy@phpbb.com>2008-09-23 16:22:15 +0000
committerChris Smith <toonarmy@phpbb.com>2008-09-23 16:22:15 +0000
commite0fe6948d6ccfa1ae848f323fa00e06502b30bca (patch)
treea7a4386cde070e700f6c609a18148bd1157f7910 /phpBB/styles/prosilver/template/mcp_forum.html
parent4655e11edfc6cae6a34f59b39d34716c0323a149 (diff)
downloadforums-e0fe6948d6ccfa1ae848f323fa00e06502b30bca.tar
forums-e0fe6948d6ccfa1ae848f323fa00e06502b30bca.tar.gz
forums-e0fe6948d6ccfa1ae848f323fa00e06502b30bca.tar.bz2
forums-e0fe6948d6ccfa1ae848f323fa00e06502b30bca.tar.xz
forums-e0fe6948d6ccfa1ae848f323fa00e06502b30bca.zip
Make topic selection for merge less confusing by removing unneeded controls. #21925
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8922 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/prosilver/template/mcp_forum.html')
-rw-r--r--phpBB/styles/prosilver/template/mcp_forum.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/mcp_forum.html b/phpBB/styles/prosilver/template/mcp_forum.html
index ceb10f4b76..abca202c73 100644
--- a/phpBB/styles/prosilver/template/mcp_forum.html
+++ b/phpBB/styles/prosilver/template/mcp_forum.html
@@ -26,7 +26,7 @@
<dt>{L_TOPICS}</dt>
<dd class="posts">{L_REPLIES}</dd>
<dd class="lastpost"><span>{L_LAST_POST}</span></dd>
- <dd class="mark">{L_MARK}</dd>
+ <!-- IF not S_MERGE_SELECT --><dd class="mark">{L_MARK}</dd><!-- ENDIF -->
</dl>
</li>
</ul>
@@ -47,9 +47,11 @@
<dd class="posts">{topicrow.REPLIES} <dfn>{L_REPLIES}</dfn></dd>
<dd class="lastpost"><span><dfn>{L_LAST_POST} </dfn>{L_POST_BY_AUTHOR} {topicrow.LAST_POST_AUTHOR_FULL} {L_POSTED_ON_DATE}<br />{topicrow.LAST_POST_TIME}</span>
</dd>
+ <!-- IF not S_MERGE_SELECT -->
<dd class="mark">
<!-- IF not topicrow.S_MOVED_TOPIC --><input type="checkbox" name="topic_id_list[]" value="{topicrow.TOPIC_ID}"<!-- IF topicrow.S_TOPIC_CHECKED --> checked="checked"<!-- ENDIF --> /><!-- ELSE -->&nbsp;<!-- ENDIF -->
</dd>
+ <!-- ENDIF -->
</dl>
</li>
<!-- END topicrow -->
@@ -83,6 +85,7 @@
</div>
<fieldset class="display-actions">
+ <!-- IF not S_MERGE_SELECT -->
<select name="action">
<option value="" selected="selected">{L_SELECT_ACTION}</option>
<!-- IF S_CAN_DELETE --><option value="delete_topic">{L_DELETE}</option><!-- ENDIF -->
@@ -100,6 +103,7 @@
</select>
<input class="button2" type="submit" value="{L_SUBMIT}" />
<div><a href="#" onclick="marklist('mcp', 'topic_id_list', true); return false;">{L_MARK_ALL}</a> :: <a href="#" onclick="marklist('mcp', 'topic_id_list', false); return false;">{L_UNMARK_ALL}</a></div>
+ <!-- ENDIF -->
{S_FORM_TOKEN}
</fieldset>
</form>