diff options
author | Ludovic Arnaud <ludovic_arnaud@users.sourceforge.net> | 2003-02-26 20:09:14 +0000 |
---|---|---|
committer | Ludovic Arnaud <ludovic_arnaud@users.sourceforge.net> | 2003-02-26 20:09:14 +0000 |
commit | a66a762684be967bb7c9381517f5db6b70b2f1fc (patch) | |
tree | 287978cc4a943e50abfce162a052c949f775282e /phpBB/templates/subSilver/mcp_forum.html | |
parent | 541667f440b245535354febd18930a87c2bbbefb (diff) | |
download | forums-a66a762684be967bb7c9381517f5db6b70b2f1fc.tar forums-a66a762684be967bb7c9381517f5db6b70b2f1fc.tar.gz forums-a66a762684be967bb7c9381517f5db6b70b2f1fc.tar.bz2 forums-a66a762684be967bb7c9381517f5db6b70b2f1fc.tar.xz forums-a66a762684be967bb7c9381517f5db6b70b2f1fc.zip |
MCP update: topic_view. Posts can be ordered (for display) just like in viewtopic. Number of posts per page can be modified at will.
Note that this version will only work with my current copy of mysql dbl.
git-svn-id: file:///svn/phpbb/trunk@3554 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates/subSilver/mcp_forum.html')
-rw-r--r-- | phpBB/templates/subSilver/mcp_forum.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/templates/subSilver/mcp_forum.html b/phpBB/templates/subSilver/mcp_forum.html index 6e76dd42cc..c46ed26d17 100644 --- a/phpBB/templates/subSilver/mcp_forum.html +++ b/phpBB/templates/subSilver/mcp_forum.html @@ -13,7 +13,7 @@ <!-- BEGIN topicrow --> <tr> <td class="row1" align="center" valign="middle">{topicrow.TOPIC_FOLDER_IMG}</td> - <td class="row1"><span class="topictitle"><!-- IF topicrow.S_MERGE_SELECT -->[ {topicrow.S_MERGE_SELECT} ] <!-- ENDIF -->{topicrow.TOPIC_TYPE}<a href="{topicrow.U_VIEW_TOPIC}">{topicrow.TOPIC_TITLE}</a></span></td> + <td class="row1"><span class="topictitle"><!-- IF topicrow.S_SELECT_TOPIC -->[ <a href="{topicrow.U_SELECT_TOPIC}">{L_SELECT}</a> ] <!-- ENDIF -->{topicrow.TOPIC_TYPE}<a href="{topicrow.U_VIEW_TOPIC}">{topicrow.TOPIC_TITLE}</a></span></td> <td class="row2" align="center" valign="middle"><span class="postdetails">{topicrow.REPLIES}</span></td> <td class="row1" align="center" valign="middle"><span class="postdetails">{topicrow.LAST_POST_TIME}</span></td> <td class="row2" align="center" valign="middle"><input type="checkbox" name="topic_id_list[]" value="{topicrow.TOPIC_ID}" /></td> @@ -26,7 +26,7 @@ <tr align="right"> <td class="cat" colspan="5" height="28">{S_HIDDEN_FIELDS} <!-- IF S_CAN_DELETE --> - <input type="submit" name="delete" class="liteoption" value="{L_DELETE}" /> + <input type="submit" name="delete_topics" class="liteoption" value="{L_DELETE}" /> <!-- ENDIF --> <!-- IF S_CAN_MOVE --> |