diff options
| author | Chris Smith <toonarmy@phpbb.com> | 2008-09-23 16:22:15 +0000 |
|---|---|---|
| committer | Chris Smith <toonarmy@phpbb.com> | 2008-09-23 16:22:15 +0000 |
| commit | e0fe6948d6ccfa1ae848f323fa00e06502b30bca (patch) | |
| tree | a7a4386cde070e700f6c609a18148bd1157f7910 /phpBB/styles/subsilver2/template/mcp_forum.html | |
| parent | 4655e11edfc6cae6a34f59b39d34716c0323a149 (diff) | |
| download | forums-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/subsilver2/template/mcp_forum.html')
| -rw-r--r-- | phpBB/styles/subsilver2/template/mcp_forum.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/phpBB/styles/subsilver2/template/mcp_forum.html b/phpBB/styles/subsilver2/template/mcp_forum.html index 956d253aa6..80a6047858 100644 --- a/phpBB/styles/subsilver2/template/mcp_forum.html +++ b/phpBB/styles/subsilver2/template/mcp_forum.html @@ -44,7 +44,7 @@ <td class="row1" width="50" align="center"><p class="topicdetails">{topicrow.REPLIES}</p></td> <td class="row1" width="120" align="center"><p class="topicdetails">{topicrow.LAST_POST_TIME}</p></td> <td class="row2" align="center"> - <!-- IF not topicrow.S_MOVED_TOPIC --><input type="checkbox" class="radio" name="topic_id_list[]" value="{topicrow.TOPIC_ID}"<!-- IF topicrow.S_TOPIC_CHECKED --> checked="checked"<!-- ENDIF --> /><!-- ELSE --> <!-- ENDIF --> + <!-- IF not topicrow.S_MOVED_TOPIC and not S_MERGE_SELECT --><input type="checkbox" class="radio" name="topic_id_list[]" value="{topicrow.TOPIC_ID}"<!-- IF topicrow.S_TOPIC_CHECKED --> checked="checked"<!-- ENDIF --> /><!-- ELSE --> <!-- ENDIF --> </td> </tr> <!-- BEGINELSE --> @@ -52,6 +52,7 @@ <td class="row1" colspan="8" align="center"><p class="gen">{L_NO_TOPICS}</p></td> </tr> <!-- END topicrow --> +<!-- IF not S_MERGE_SELECT --> <tr> <td class="cat" colspan="6" align="{S_CONTENT_FLOW_END}"> <select name="action"> @@ -72,14 +73,17 @@ <input class="btnmain" type="submit" value="{L_SUBMIT}" /> </td> </tr> +<!-- ENDIF --> </table> {S_FORM_TOKEN} </form> +<!-- IF not S_MERGE_SELECT --> <table width="100%" cellspacing="2" cellpadding="2" border="0" align="center"> <tr> <td align="{S_CONTENT_FLOW_END}" valign="top" nowrap="nowrap"><b class="gensmall"><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></b></td> </tr> </table> +<!-- ENDIF --> <!-- INCLUDE mcp_footer.html -->
\ No newline at end of file |
