aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subSilver/template
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2004-07-10 22:47:43 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2004-07-10 22:47:43 +0000
commit6a6910650103980c5741e9958c6067b0de772d24 (patch)
tree372b7e9cc323daef517415f442b54a62bb84e3db /phpBB/styles/subSilver/template
parentbdd1643a7d316bdeaeca564412b4f83cd40199fd (diff)
downloadforums-6a6910650103980c5741e9958c6067b0de772d24.tar
forums-6a6910650103980c5741e9958c6067b0de772d24.tar.gz
forums-6a6910650103980c5741e9958c6067b0de772d24.tar.bz2
forums-6a6910650103980c5741e9958c6067b0de772d24.tar.xz
forums-6a6910650103980c5741e9958c6067b0de772d24.zip
- fork/copy topic
- resync topics - possible to show only reported posts in topic_view - view reports in post details - mcp_queue (show unapproved items) git-svn-id: file:///svn/phpbb/trunk@4924 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/subSilver/template')
-rw-r--r--phpBB/styles/subSilver/template/mcp_header.html2
-rw-r--r--phpBB/styles/subSilver/template/mcp_post.html31
-rw-r--r--phpBB/styles/subSilver/template/mcp_reports.html4
3 files changed, 33 insertions, 4 deletions
diff --git a/phpBB/styles/subSilver/template/mcp_header.html b/phpBB/styles/subSilver/template/mcp_header.html
index 0e1e3ee8d7..adc1ccd419 100644
--- a/phpBB/styles/subSilver/template/mcp_header.html
+++ b/phpBB/styles/subSilver/template/mcp_header.html
@@ -47,7 +47,7 @@ function marklist(form_name, status)
<ul class="nav" style="margin: 0px; padding: 0px; list-style-type: none; line-height: 175%;">
<!-- BEGIN mcp_subsection -->
- <li>&#187; <!-- IF mcp_section.mcp_subsection.S_SELECTED --><b>{mcp_section.mcp_subsection.L_TITLE}</b><!-- ELSE --><a href="{mcp_section.mcp_subsection.U_TITLE}">{mcp_section.mcp_subsection.L_TITLE}</a><!-- ENDIF --></li>
+ <li>&#187; <!-- IF mcp_section.mcp_subsection.S_SELECTED --><b>{mcp_section.mcp_subsection.L_TITLE}<!-- IF mcp_section.mcp_subsection.ADD_ITEM --> ({mcp_section.mcp_subsection.ADD_ITEM})<!-- ENDIF --></b><!-- ELSE --><a href="{mcp_section.mcp_subsection.U_TITLE}">{mcp_section.mcp_subsection.L_TITLE}<!-- IF mcp_section.mcp_subsection.ADD_ITEM --> ({mcp_section.mcp_subsection.ADD_ITEM})<!-- ENDIF --></a><!-- ENDIF --></li>
<!-- END mcp_subsection -->
</ul>
diff --git a/phpBB/styles/subSilver/template/mcp_post.html b/phpBB/styles/subSilver/template/mcp_post.html
index 962edf6892..87d2bcedbd 100644
--- a/phpBB/styles/subSilver/template/mcp_post.html
+++ b/phpBB/styles/subSilver/template/mcp_post.html
@@ -1,6 +1,6 @@
<!-- INCLUDE mcp_header.html -->
-<table width="100%" cellpadding="3" cellspacing="1" border="0" class="tablebg"><form method="post" name="mcp" action="{S_APPROVE_ACTION}"{S_FORM_ENCTYPE}>
+<table width="100%" cellpadding="3" cellspacing="1" border="0" class="tablebg"><form method="post" name="mcp" action="{S_APPROVE_ACTION}">
<tr>
<th colspan="2" height="28" align="center">{L_POST_DETAILS}</th>
</tr>
@@ -39,6 +39,35 @@
<!-- ENDIF -->
</form></table>
+<!-- IF S_SHOW_REPORTS -->
+<br /><a name="reports"></a>
+
+<table width="100%" cellpadding="3" cellspacing="1" border="0" class="tablebg">
+ <tr>
+ <th colspan="2" height="28" align="center">{L_REPORTS}</th>
+ </tr>
+ <!-- BEGIN reports -->
+ <tr>
+ <td class="row1"><b class="genmed">{reports.REPORT_TIME}</b></td>
+ <td class="row2"><span class="gen">{reports.REASON_TITLE} &#187; {reports.REASON_DESC}</span></td>
+ </tr>
+ <tr>
+ <td class="row1"><b class="genmed">{L_REPORTER}: </b></td>
+ <td class="row2"><span class="gen"><!-- IF reports.U_REPORTER --><a href="{reports.U_REPORTER}">{reports.REPORTER}</a><!-- ELSE -->{reports.REPORTER}<!-- ENDIF --></span></td>
+ </tr>
+ <!-- IF reports.REPORT_TEXT -->
+ <tr>
+ <td class="row1" valign="top"><b class="genmed">{L_MORE_INFO}: </b></td>
+ <td class="row2"><span class="gen">{reports.REPORT_TEXT}</span></td>
+ </tr>
+ <!-- ENDIF -->
+ <tr>
+ <td colspan="2" class="spacer"></td>
+ </tr>
+ <!-- END reports -->
+</table>
+<!-- ENDIF -->
+
<!-- IF S_CAN_LOCK_POST or S_CAN_DELETE_POST or S_CAN_CHGPOSTER -->
<br /><a name="mod"></a>
diff --git a/phpBB/styles/subSilver/template/mcp_reports.html b/phpBB/styles/subSilver/template/mcp_reports.html
index eee0637818..8627a588a5 100644
--- a/phpBB/styles/subSilver/template/mcp_reports.html
+++ b/phpBB/styles/subSilver/template/mcp_reports.html
@@ -5,7 +5,7 @@
<th colspan="6" height="28" nowrap="nowrap">{L_DISPLAY_OPTIONS}</th>
</tr>
<tr>
- <td colspan="2" class="cat" height="28" align="left" nowrap="nowrap"><!-- INCLUDE mcp_jumpbox.html --></td>
+ <td colspan="2" class="cat" height="28" align="left" nowrap="nowrap"><!-- INCLUDE jumpbox.html --></td>
<td colspan="4" class="cat" height="28" align="center"><span class="gensmall">{L_DISPLAY_LOG}:</span> {S_SELECT_SORT_DAYS}&nbsp;<span class="gensmall">{L_SORT_BY}</span> {S_SELECT_SORT_KEY} {S_SELECT_SORT_DIR}&nbsp;<input class="btnlite" type="submit" name="sort" value="{L_GO}" /></span></td>
</tr>
<tr>
@@ -40,4 +40,4 @@
</tr>
</table>
-<!-- INCLUDE overall_footer.html --> \ No newline at end of file
+<!-- INCLUDE mcp_footer.html --> \ No newline at end of file