mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-08 17:56:52 +02:00
Various updates
git-svn-id: file:///svn/phpbb/trunk@3514 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -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>
|
||||
|
39
phpBB/templates/subSilver/mcp_post.html
Normal file
39
phpBB/templates/subSilver/mcp_post.html
Normal file
@@ -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} {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"> </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 -->
|
@@ -103,10 +103,10 @@
|
||||
<!-- ENDIF -->
|
||||
<!-- IF S_ENABLE_SPLIT -->
|
||||
<td align="center">
|
||||
<input class="liteoption" type="submit" name="split_type_all" value="{L_SPLIT_POSTS}" />
|
||||
<input class="liteoption" type="submit" name="split_all" value="{L_SPLIT_POSTS}" />
|
||||
</td>
|
||||
<td align="center">
|
||||
<input class="liteoption" type="submit" name="split_type_beyond" value="{L_SPLIT_AFTER}" />
|
||||
<input class="liteoption" type="submit" name="split_beyond" value="{L_SPLIT_AFTER}" />
|
||||
</td>
|
||||
<!-- ENDIF -->
|
||||
</tr>
|
||||
|
Reference in New Issue
Block a user