mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-05 00:07:44 +02:00
moderator cp shows folders now so you can see whats locked/unlocked/.
Also shows stick/announce status. git-svn-id: file:///svn/phpbb/trunk@590 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
<td>
|
||||
<table width="100%" border="0" cellspacing="1" cellpadding="2">
|
||||
<tr class="tableheader">
|
||||
<td width="5%"> </td>
|
||||
<td align="center" width="25%">{L_TOPICS}</td>
|
||||
<td align="center" width="5%">{L_REPLIES}</td>
|
||||
<td align="center" width="15%">{L_LASTPOST}</td>
|
||||
@@ -23,6 +24,7 @@
|
||||
</tr>
|
||||
<!-- BEGIN topicrow -->
|
||||
<tr class="tablebody">
|
||||
<td width="3%" bgcolor="#DDDDDD">{topicrow.FOLDER_IMG}</td>
|
||||
<td bgcolor="#CCCCCC"><a href="{topicrow.U_VIEW_TOPIC}">{topicrow.TOPIC_TITLE}</a></td>
|
||||
<td bgcolor="#DDDDDD" align="center">{topicrow.REPLIES}</td>
|
||||
<td bgcolor="#CCCCCC" align="center">{topicrow.LAST_POST}</td>
|
||||
@@ -30,7 +32,7 @@
|
||||
</tr>
|
||||
<!-- END topicrow -->
|
||||
<tr class="tablebody">
|
||||
<td bgcolor="#CCCCCC" colspan="4">
|
||||
<td bgcolor="#CCCCCC" colspan="5">
|
||||
<table border="0" width="100%">
|
||||
<tr>
|
||||
<td>{L_PAGE} <b>{ON_PAGE}</b> {L_OF} <b>{TOTAL_PAGES}</b></td>
|
||||
@@ -40,7 +42,7 @@
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="tableheader">
|
||||
<td colspan="4" align="right">
|
||||
<td colspan="5" align="right">
|
||||
<input type="hidden" name="{POST_FORUM_URL}" value="{FORUM_ID}">
|
||||
<input type="submit" name="delete" value="{L_DELETE}">
|
||||
<input type="submit" name="move" value="{L_MOVE}">
|
||||
|
@@ -8,9 +8,10 @@
|
||||
<tr><form method="post" action="{S_MODCP_URL}">
|
||||
<td class="tablebg"><table border="0" cellpadding="4" cellspacing="1" width="100%">
|
||||
<tr>
|
||||
<td class="cat" colspan="4" align="center"><span class="cattitle">Moderator Contol Panel</span></td>
|
||||
<td class="cat" colspan="5" align="center"><span class="cattitle">Moderator Contol Panel</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th> </th>
|
||||
<th> {L_TOPICS} </th>
|
||||
<th width="8%"> {L_REPLIES} </th>
|
||||
<th width="17%"> {L_LASTPOST} </th>
|
||||
@@ -18,6 +19,7 @@
|
||||
</tr>
|
||||
<!-- BEGIN topicrow -->
|
||||
<tr>
|
||||
<td class="row1" align="center" valign="middle">{topicrow.FOLDER_IMG}</td>
|
||||
<td class="row2"> <span class="gensmall"><a href="{topicrow.U_VIEW_TOPIC}">{topicrow.TOPIC_TITLE}</a></span></td>
|
||||
<td class="row1" align="center" valign="middle"><span class="gen">{topicrow.REPLIES}</span></td>
|
||||
<td class="row2" align="center" valign="middle"><span class="gensmall">{topicrow.LAST_POST}</span></td>
|
||||
@@ -25,10 +27,10 @@
|
||||
</tr>
|
||||
<!-- END topicrow -->
|
||||
<tr>
|
||||
<th colspan="4" align="right"> <input type="hidden" name="{POST_FORUM_URL}" value="{FORUM_ID}"> <input type="submit" name="delete" value="{L_DELETE}"> <input type="submit" name="move" value="{L_MOVE}"> <input type="submit" name="lock" value="{L_LOCK}"> <input type="submit" name="unlock" value="{L_UNLOCK}"> </th>
|
||||
<th colspan="5" align="right"> <input type="hidden" name="{POST_FORUM_URL}" value="{FORUM_ID}"> <input type="submit" name="delete" value="{L_DELETE}"> <input type="submit" name="move" value="{L_MOVE}"> <input type="submit" name="lock" value="{L_LOCK}"> <input type="submit" name="unlock" value="{L_UNLOCK}"> </th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="cat" colspan="4"><table width="100%" cellspacing="0" cellpadding="0" border="0">
|
||||
<td class="cat" colspan="5"><table width="100%" cellspacing="0" cellpadding="0" border="0">
|
||||
<tr>
|
||||
<td align="left" valign="middle"> <span class="gen">{L_PAGE} <b>{ON_PAGE}</b> {L_OF} <b>{TOTAL_PAGES}</b></span> </td>
|
||||
<td align="right" valign="middle"><span class="gen">{PAGINATION} </span> </td>
|
||||
|
Reference in New Issue
Block a user