aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates
diff options
context:
space:
mode:
authorLudovic Arnaud <ludovic_arnaud@users.sourceforge.net>2003-02-23 08:19:54 +0000
committerLudovic Arnaud <ludovic_arnaud@users.sourceforge.net>2003-02-23 08:19:54 +0000
commitf7858cb9a56d3a057f2d9efbf33e121ca5cd6d7b (patch)
tree1bd4d761e8b5f21eedc5270be5ddf98a4871ec4f /phpBB/templates
parentcd9b46578da101061d5502dfd69808d29b4fe0b0 (diff)
downloadforums-f7858cb9a56d3a057f2d9efbf33e121ca5cd6d7b.tar
forums-f7858cb9a56d3a057f2d9efbf33e121ca5cd6d7b.tar.gz
forums-f7858cb9a56d3a057f2d9efbf33e121ca5cd6d7b.tar.bz2
forums-f7858cb9a56d3a057f2d9efbf33e121ca5cd6d7b.tar.xz
forums-f7858cb9a56d3a057f2d9efbf33e121ca5cd6d7b.zip
Various updates
git-svn-id: file:///svn/phpbb/trunk@3514 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates')
-rw-r--r--phpBB/templates/subSilver/mcp_header.html5
-rw-r--r--phpBB/templates/subSilver/mcp_post.html39
-rw-r--r--phpBB/templates/subSilver/mcp_topic.html4
3 files changed, 46 insertions, 2 deletions
diff --git a/phpBB/templates/subSilver/mcp_header.html b/phpBB/templates/subSilver/mcp_header.html
index 930a261342..915c9b86c4 100644
--- a/phpBB/templates/subSilver/mcp_header.html
+++ b/phpBB/templates/subSilver/mcp_header.html
@@ -6,6 +6,11 @@
<td class="titles" colspan="2" align="left" valign="bottom"><a href="{U_VIEW_FORUM}">{FORUM_NAME}</a></td>
</tr>
<!-- ENDIF -->
+ <!-- IF TOPIC_TITLE -->
+ <tr>
+ <td align="left" valign="bottom"><a class="maintitle" href="{U_VIEW_TOPIC}">{TOPIC_TITLE}</a></td>
+ </tr>
+ <!-- ENDIF -->
<!-- IF PAGINATION -->
<tr>
<td valign="bottom" class="gensmall">{MODERATORS}</td>
diff --git a/phpBB/templates/subSilver/mcp_post.html b/phpBB/templates/subSilver/mcp_post.html
new file mode 100644
index 0000000000..c5fc97e6b5
--- /dev/null
+++ b/phpBB/templates/subSilver/mcp_post.html
@@ -0,0 +1,39 @@
+<!-- INCLUDE mcp_header.html -->
+
+<table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">
+<form method="post" action="{S_FORM_ACTION}">
+ <tr>
+ <td colspan="2" height="1" class="row3"><img src="templates/subSilver/images/spacer.gif" width="1" height="1" alt="."></td>
+ </tr>
+ <tr>
+ <td align="left" valign="top" class="row1"><span class="name"><a name="{U_POST_ID}"></a>{POSTER_NAME}</span></td>
+ <td width="100%" valign="top" class="row1">
+ <table width="100%" cellspacing="0" cellpadding="3" border="0">
+ <tr>
+ <td valign="middle"><img src="imagesets/subSilver/icon_minipost.gif" alt="{L_POST}"><span class="postdetails">{L_POSTED}:
+ {POST_DATE}&nbsp;&nbsp;&nbsp;&nbsp;{L_POST_SUBJECT}: {POST_SUBJECT}</span></td>
+ </tr>
+ <tr>
+ <td valign="top">
+ <hr size="1" />
+ <span class="postbody">{MESSAGE}</span></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2" height="1" class="row2">&nbsp;</td>
+ </tr>
+ <tr>
+ <td colspan="2" height="1" class="row3"><img src="templates/subSilver/images/spacer.gif" width="1" height="1" alt="."></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>
+
+<!-- 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 1edae00f11..963e950dab 100644
--- a/phpBB/templates/subSilver/mcp_topic.html
+++ b/phpBB/templates/subSilver/mcp_topic.html
@@ -103,10 +103,10 @@
<!-- ENDIF -->
<!-- IF S_ENABLE_SPLIT -->
<td align="center">
- &nbsp;<input class="liteoption" type="submit" name="split_type_all" value="{L_SPLIT_POSTS}" />&nbsp;
+ &nbsp;<input class="liteoption" type="submit" name="split_all" value="{L_SPLIT_POSTS}" />&nbsp;
</td>
<td align="center">
- &nbsp;<input class="liteoption" type="submit" name="split_type_beyond" value="{L_SPLIT_AFTER}" />&nbsp;
+ &nbsp;<input class="liteoption" type="submit" name="split_beyond" value="{L_SPLIT_AFTER}" />&nbsp;
</td>
<!-- ENDIF -->
</tr>