diff options
| -rw-r--r-- | phpBB/templates/subSilver/mcp_queue.html | 61 | ||||
| -rw-r--r-- | phpBB/templates/subSilver/mcp_topic.html | 17 | ||||
| -rw-r--r-- | phpBB/templates/subSilver/viewforum_body.html | 4 |
3 files changed, 57 insertions, 25 deletions
diff --git a/phpBB/templates/subSilver/mcp_queue.html b/phpBB/templates/subSilver/mcp_queue.html index 4812857941..ad15b8a0ca 100644 --- a/phpBB/templates/subSilver/mcp_queue.html +++ b/phpBB/templates/subSilver/mcp_queue.html @@ -1,6 +1,13 @@ <!-- INCLUDE mcp_header.html --> -<form name="form" method="post" action="{S_MCP_ACTION}"> -<table width="100%" class="tablebg" cellspacing="1" cellpadding="4" border="0"> + +<table width="100%" class="tablebg" cellspacing="1" cellpadding="4" border="0"><form name="form" method="post" action="{S_MCP_ACTION}"> + <tr> + <th height="25" colspan="6" nowrap="nowrap">{L_DISPLAY_OPTIONS}</th> + </tr> + <tr> + <td class="cat" colspan="6" height="28" align="center"><span class="gensmall">{L_DISPLAY_POSTS}:</span> {S_SELECT_SORT_DAYS} <span class="gensmall">{L_SORT_BY}</span> {S_SELECT_SORT_KEY} {S_SELECT_SORT_DIR} <input class="liteoption" type="submit" name="sort" value="{L_GO}" /></span></td> + </tr> + </tr> <tr> <th> {L_FORUM} </th> <th> {L_TOPIC} </th> @@ -9,38 +16,52 @@ <th> {L_POST_TIME} </th> <th> {L_SELECT} </th> </tr> - <!-- BEGIN unapproved --> - <!-- IF unapproved.S_TOPICS_HEADER --> + <!-- IF S_HAS_UNAPPROVED_TOPICS --> <tr> <td class="row3" colspan="6"><b class="gensmall">{L_TOPICS}</b></td> </tr> - <!-- ELSEIF unapproved.S_POSTS_HEADER --> + <!-- ENDIF --> + <!-- BEGIN unapproved_topics --> + <tr> + <td class="row1" width="15%"><span class="gen">{unapproved_topics.FORUM}</span></td> + <td class="row2" width="18%"><span class="gen">{unapproved_topics.TOPIC}</span></td> + <td class="row1"><span class="gen">{unapproved_topics.SUBJECT}</span></td> + <td class="row2" align="center" width="15%"><span class="gen">{unapproved_topics.AUTHOR}</span></td> + <td class="row1" align="center" width="15%"><span class="gensmall">{unapproved_topics.POST_TIME}</span></td> + <td class="row2" align="center" width="5%">{unapproved_topics.S_CHECKBOX}</td> + </tr> + <!-- END unapproved_topics --> + <!-- IF S_HAS_UNAPPROVED_POSTS --> <tr> <td class="row3" colspan="6"><b class="gensmall">{L_POSTS}</b></td> </tr> <!-- ENDIF --> + <!-- BEGIN unapproved_posts --> <tr> - <td class="row1" width="15%"><span class="gen">{unapproved.FORUM}</span></td> - <td class="row2" width="18%"><span class="gen">{unapproved.TOPIC}</span></td> - <td class="row1"><span class="gen">{unapproved.SUBJECT}</span></td> - <td class="row2" align="center" width="15%"><span class="gen">{unapproved.AUTHOR}</span></td> - <td class="row1" align="center" width="15%"><span class="gensmall">{unapproved.POST_TIME}</span></td> - <td class="row2" align="center" width="5%">{unapproved.S_CHECKBOX}</td> + <td class="row1" width="15%"><span class="gen">{unapproved_posts.FORUM}</span></td> + <td class="row2" width="18%"><span class="gen">{unapproved_posts.TOPIC}</span></td> + <td class="row1"><span class="gen">{unapproved_posts.SUBJECT}</span></td> + <td class="row2" align="center" width="15%"><span class="gen">{unapproved_posts.AUTHOR}</span></td> + <td class="row1" align="center" width="15%"><span class="gensmall">{unapproved_posts.POST_TIME}</span></td> + <td class="row2" align="center" width="5%">{unapproved_posts.S_CHECKBOX}</td> </tr> - <!-- END unapproved --> -</table> + <!-- END unapproved_posts --> + <!-- IF S_HAS_UNAPPROVED_TOPICS or S_HAS_UNAPPROVED_POSTS --> + <tr> + <td class="cat" colspan="6" height="28" align="center"><input class="liteoption" type="submit" name="approve" value="{L_APPROVE_POSTS}" /> <input class="liteoption" type="submit" name="delete_posts" value="{L_DELETE_POSTS}" /></td> + </tr> + <!-- ELSE --> + <tr> + <td class="row1" colspan="6" height="30" align="center" valign="middle"><span class="gen">{L_NO_POSTS}</span></td> + </tr> + <!-- ENDIF --> +</form></table> <table width="100%" cellspacing="2" cellpadding="2" border="0" align="center"> <tr> - <td class="nav" align="left" valign="middle">{PAGE_NUMBER}</td> + <td class="nav" align="left" valign="middle"><!-- INCLUDE jumpbox.html --></td> <td align="right" valign="top" nowrap="nowrap"><b class="gensmall"><a href="javascript:marklist(true);">{L_MARK_ALL}</a> :: <a href="javascript:marklist(false);">{L_UNMARK_ALL}</a></b><br /><span class="nav">{PAGINATION}</span></td> </tr> -</table></form> - -<table width="100%" border="0" cellspacing="0" cellpadding="0"> - <tr> - <td align="right"><!-- INCLUDE jumpbox.html --></td> - </tr> </table> <!-- INCLUDE overall_footer.html -->
\ No newline at end of file diff --git a/phpBB/templates/subSilver/mcp_topic.html b/phpBB/templates/subSilver/mcp_topic.html index 21cc9f93c4..7f10bf441d 100644 --- a/phpBB/templates/subSilver/mcp_topic.html +++ b/phpBB/templates/subSilver/mcp_topic.html @@ -82,12 +82,23 @@ <!-- IF postrow.S_POST_UNAPPROVED --> <tr><td><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr align="left" valign="middle"> - <td><a href="{postrow.U_APPROVE}">{UNAPPROVED_IMG}</a></td> - <td class="gensmall" width="100%"> <a href="{postrow.U_APPROVE}">{L_POST_NOT_BEEN_APPROVED}</a></td> + <td>{UNAPPROVED_IMG}</td> + <td class="gensmall" width="100%"> {L_POST_NOT_BEEN_APPROVED} [ <a href="{postrow.U_MCP_APPROVE}">{L_APPROVE_POST}</a> ]</td> </tr> </table></td></tr> <tr> - <td><hr /></td> + <td colspan="2"><hr /></td> + </tr> + <!-- ENDIF --> + <!-- IF postrow.S_POST_REPORTED --> + <tr><td><table width="100%" border="0" cellspacing="0" cellpadding="0"> + <tr align="left" valign="middle"> + <td>{REPORTED_IMG}</td> + <td class="gensmall" width="100%"> {L_POST_BEEN_REPORTED} [ <a href="{postrow.U_MCP_REPORT}">{L_READ_REPORTS}</a> ]</td> + </tr> + </table></td></tr> + <tr> + <td colspan="2"><hr /></td> </tr> <!-- ENDIF --> <tr> diff --git a/phpBB/templates/subSilver/viewforum_body.html b/phpBB/templates/subSilver/viewforum_body.html index e264d429e2..f81beb1a0c 100644 --- a/phpBB/templates/subSilver/viewforum_body.html +++ b/phpBB/templates/subSilver/viewforum_body.html @@ -56,9 +56,9 @@ <td class="row1" width="100%"> <!-- IF topicrow.S_TOPIC_UNAPPROVED or topicrow.S_TOPIC_REPORTED --> <table width="100%" border="0" cellspacing="0" cellpadding="0"> - <tr align="left" valign="middle" class="topictitle"> + <tr align="left" valign="middle"> <td><!-- IF topicrow.S_TOPIC_UNAPPROVED --><a href="{topicrow.U_MCP_QUEUE}">{UNAPPROVED_IMG}</a> <!-- ENDIF --><!-- IF topicrow.S_TOPIC_REPORTED --><a href="{topicrow.U_MCP_REPORT}">{REPORTED_IMG}</a> <!-- ENDIF --></td> - <td width="100%">{topicrow.NEWEST_POST_IMG}{topicrow.TOPIC_TYPE}<a href="{topicrow.U_VIEW_TOPIC}">{topicrow.TOPIC_TITLE}</a></span><span class="gensmall"><br />{topicrow.GOTO_PAGE}</td> + <td width="100%"><span class="topictitle">{topicrow.NEWEST_POST_IMG}{topicrow.TOPIC_TYPE}<a href="{topicrow.U_VIEW_TOPIC}">{topicrow.TOPIC_TITLE}</a></span><span class="gensmall"><br />{topicrow.GOTO_PAGE}</td> </tr> </table> <!-- ELSE --> |
