mirror of
https://github.com/phpbb/phpbb.git
synced 2025-10-28 22:17:31 +01:00
Altered templates so preview/errors are sent as 'boxes' rather than pparsed and output directly, greater control for designer
git-svn-id: file:///svn/phpbb/trunk@1295 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -16,3 +16,5 @@
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<br clear="all" />
|
||||
|
||||
@@ -186,12 +186,17 @@ function bbstyle(formObj, bbnumber) {
|
||||
//-->
|
||||
</script>
|
||||
<form action="{S_POST_ACTION}" method="post" name="post" onSubmit="return checkForm(this)">
|
||||
|
||||
{POST_PREVIEW_BOX}
|
||||
{ERROR_BOX}
|
||||
|
||||
<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
|
||||
<tr>
|
||||
<td align="left"><span class="nav"><a href="{U_INDEX}" class="nav">{SITENAME} {L_INDEX}</a>
|
||||
-> <a href="{U_VIEW_FORUM}" class="nav">{FORUM_NAME}</a></span></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<table border="0" cellpadding="3" cellspacing="1" width="100%" class="forumline">
|
||||
<tr>
|
||||
<th class="thHead" colspan="2" height="25"><b>{L_POST_A}</b></th>
|
||||
@@ -428,12 +433,14 @@ function bbstyle(formObj, bbnumber) {
|
||||
</td>
|
||||
</tr>
|
||||
</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>
|
||||
|
||||
<table width="100%" cellspacing="2" border="0" align="center">
|
||||
<tr>
|
||||
<td valign="top" align="right">{JUMPBOX}</td>
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<table border="0" cellspacing="0" cellpadding="0" align="center" width="100%">
|
||||
<tr>
|
||||
<td valign="top" align="center" width="100%">
|
||||
@@ -52,7 +53,9 @@
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<br />
|
||||
|
||||
<br clear="all" />
|
||||
|
||||
<form method="post" name="privmsg_list" action="{S_PRIVMSGS_ACTION}">
|
||||
<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
|
||||
<tr>
|
||||
@@ -65,6 +68,7 @@
|
||||
</span></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<table border="0" cellpadding="3" cellspacing="1" width="100%" class="forumline">
|
||||
<tr>
|
||||
<th width="5%" height="25" class="thCornerL"> {L_FLAG} </th>
|
||||
@@ -99,6 +103,7 @@
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<table width="100%" cellspacing="2" border="0" align="center" cellpadding="2">
|
||||
<tr>
|
||||
<td align="left" valign="middle"><span class="nav">{POST_PM_IMG}</span></td>
|
||||
@@ -112,6 +117,7 @@
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
<table width="100%" border="0">
|
||||
<tr>
|
||||
<td align="right" valign="top">{JUMPBOX}</td>
|
||||
|
||||
@@ -23,4 +23,5 @@
|
||||
<td valign="top" colspan="2" class="row1"><span class="postbody">{MESSAGE}</span></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<br clear="all" />
|
||||
|
||||
@@ -1,10 +1,13 @@
|
||||
|
||||
<form action="{S_PROFILE_ACTION}" enctype="multipart/form-data" method="post">
|
||||
{ERROR_BOX}
|
||||
|
||||
<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
|
||||
<tr>
|
||||
<td align="left"><span class="nav"><a href="{U_INDEX}" class="nav">{SITENAME} {L_INDEX}</a></span></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<table border="0" cellpadding="3" cellspacing="1" width="100%" class="forumline">
|
||||
<tr>
|
||||
<th class="thHead" colspan="2" height="25" valign="middle">{L_REGISTRATION_INFO}</th>
|
||||
|
||||
Reference in New Issue
Block a user