aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates
diff options
context:
space:
mode:
authorLudovic Arnaud <ludovic_arnaud@users.sourceforge.net>2003-02-07 01:01:50 +0000
committerLudovic Arnaud <ludovic_arnaud@users.sourceforge.net>2003-02-07 01:01:50 +0000
commitcab4c3c9d13167aa09f1ab393f238491e2de5ab3 (patch)
treebeb563619a3080a034d04cb562c22bd458ef30e2 /phpBB/templates
parent9c19f5037807ca2e25fcf614055fb232517ee344 (diff)
downloadforums-cab4c3c9d13167aa09f1ab393f238491e2de5ab3.tar
forums-cab4c3c9d13167aa09f1ab393f238491e2de5ab3.tar.gz
forums-cab4c3c9d13167aa09f1ab393f238491e2de5ab3.tar.bz2
forums-cab4c3c9d13167aa09f1ab393f238491e2de5ab3.tar.xz
forums-cab4c3c9d13167aa09f1ab393f238491e2de5ab3.zip
MCP update: now it can delete topics
git-svn-id: file:///svn/phpbb/trunk@3461 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates')
-rw-r--r--phpBB/templates/subSilver/confirm_body.html5
-rw-r--r--phpBB/templates/subSilver/mcp_header.html15
-rw-r--r--phpBB/templates/subSilver/mcp_topic.html11
3 files changed, 19 insertions, 12 deletions
diff --git a/phpBB/templates/subSilver/confirm_body.html b/phpBB/templates/subSilver/confirm_body.html
index f79a6438de..0a916415d2 100644
--- a/phpBB/templates/subSilver/confirm_body.html
+++ b/phpBB/templates/subSilver/confirm_body.html
@@ -1,4 +1,5 @@
-
+<!-- INCLUDE overall_header.html -->
+
<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
<tr>
<td class="nav" align="left"><a class="nav" href="{U_INDEX}">{L_INDEX}</a></td>
@@ -15,3 +16,5 @@
</table>
<br clear="all" />
+
+<!-- INCLUDE overall_footer.html --> \ No newline at end of file
diff --git a/phpBB/templates/subSilver/mcp_header.html b/phpBB/templates/subSilver/mcp_header.html
index a9ee1ed9b4..bbcf28de9e 100644
--- a/phpBB/templates/subSilver/mcp_header.html
+++ b/phpBB/templates/subSilver/mcp_header.html
@@ -13,9 +13,18 @@
<tr>
<td>&nbsp;</td>
</tr>
- <!-- INCLUDE jumpbox.html -->
<tr>
- <td valign="bottom">
+ <td class="nav" width="100%" align="left" valign="middle">
+ <!-- IF S_FORUM_NAV -->
+ <span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a><!-- BEGIN navlinks --> -> <a class="nav" href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks --></span>
+ <!-- ENDIF -->
+ </td>
+ </tr>
+ <tr>
+ <td>&nbsp;</td>
+ </tr>
+ <tr>
+ <td valign="top">
<table cellspacing="1" cellpadding="4" border="0" bgcolor="#006699" align="left">
<tr>
<!-- BEGIN tab -->
@@ -33,7 +42,7 @@
<td align="right" valign="bottom">
<table cellspacing="1" cellpadding="4" border="0">
<tr>
- <td><span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a></span></td>
+ <td><!-- INCLUDE jumpbox.html --></td>
</tr>
</table>
</td>
diff --git a/phpBB/templates/subSilver/mcp_topic.html b/phpBB/templates/subSilver/mcp_topic.html
index eda0ddd1b8..1edae00f11 100644
--- a/phpBB/templates/subSilver/mcp_topic.html
+++ b/phpBB/templates/subSilver/mcp_topic.html
@@ -1,13 +1,7 @@
<!-- INCLUDE mcp_header.html -->
-<form method="post" action="{S_FORM_ACTION}">
-<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
- <tr>
- <td align="left" class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a><span class="nav">
- -> <a href="{U_VIEW_FORUM}" class="nav">{FORUM_NAME}</a></span></td>
- </tr>
-</table>
<table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline">
+<form method="post" action="{S_FORM_ACTION}">
<!-- IF S_ENABLE_SPLIT -->
<tr>
<th height="25" class="thHead" colspan="3" nowrap="nowrap">{L_SPLIT_TOPIC}</th>
@@ -119,12 +113,13 @@
</table>
</td>
</tr>
+</form>
+
</table>
<table width="100%" cellspacing="2" border="0" align="center" cellpadding="2">
<tr>
<td align="right" valign="top"><span class="gensmall">{S_TIMEZONE}</span></td>
</tr>
</table>
-</form>
<!-- INCLUDE overall_footer.html --> \ No newline at end of file