Blame Identity/Models/Html/phpBB/3.0.4/styles/subsilver2/template/mcp_queue.html

d6e8d8
d6e8d8
d6e8d8
<form name="mcp" id="mcp" method="post" action="{S_MCP_ACTION}">
d6e8d8
d6e8d8
d6e8d8
d6e8d8
	{L_DISPLAY_OPTIONS}
d6e8d8
d6e8d8
d6e8d8
	{L_DISPLAY_ITEMS}: {S_SELECT_SORT_DAYS} {L_SORT_BY} {S_SELECT_SORT_KEY} {S_SELECT_SORT_DIR} {L_FORUM} <select name="f">{S_FORUM_OPTIONS}</select>   <input type="checkbox" class="radio" name="t" value="{TOPIC_ID}" checked="checked" />  {L_ONLY_TOPIC}   <input class="btnlite" type="submit" name="sort" value="{L_GO}" />
d6e8d8
d6e8d8
 
d6e8d8
	 {L_TOPIC}{L_POST} 
d6e8d8
	 {L_AUTHOR} 
d6e8d8
	 {L_POST_TIME} 
d6e8d8
	 {L_SELECT} 
d6e8d8
d6e8d8
d6e8d8
d6e8d8
	
d6e8d8
		

{postrow.POST_SUBJECT}

d6e8d8
			{L_FORUM}: {postrow.FORUM_NAME}{postrow.FORUM_NAME}
d6e8d8
		{postrow.POST_AUTHOR_FULL}
d6e8d8
			[ {L_VIEW_DETAILS} ]
d6e8d8
		{postrow.POST_TIME}
d6e8d8
		<input type="checkbox" class="radio" name="post_id_list[]" value="{postrow.POST_ID}" />
d6e8d8
	
d6e8d8
d6e8d8
	
d6e8d8
		{L_NO_TOPICS_QUEUE}{L_UNAPPROVED_POSTS_ZERO_TOTAL}
d6e8d8
	
d6e8d8
d6e8d8
d6e8d8
	<input class="btnmain" type="submit" name="action[approve]" value="{L_APPROVE}" />  <input class="btnlite" type="submit" name="action[disapprove]" value="{L_DISAPPROVE}" />
d6e8d8
d6e8d8
d6e8d8
{S_FORM_TOKEN}
d6e8d8
</form>
d6e8d8
d6e8d8
d6e8d8
d6e8d8
	{L_MARK_ALL} :: {L_UNMARK_ALL}
d6e8d8
d6e8d8
d6e8d8
d6e8d8