aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-11-09 13:15:36 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-11-09 13:15:36 +0000
commita7382c8e88ad01dc6d2d6bc4a8956814e81ef045 (patch)
tree0f4ef6b05904141b47601f18d0379d76c33e43cb /phpBB/templates
parent45db03be26712034fad00a513cb9ea065bcf6a4e (diff)
downloadforums-a7382c8e88ad01dc6d2d6bc4a8956814e81ef045.tar
forums-a7382c8e88ad01dc6d2d6bc4a8956814e81ef045.tar.gz
forums-a7382c8e88ad01dc6d2d6bc4a8956814e81ef045.tar.bz2
forums-a7382c8e88ad01dc6d2d6bc4a8956814e81ef045.tar.xz
forums-a7382c8e88ad01dc6d2d6bc4a8956814e81ef045.zip
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
Diffstat (limited to 'phpBB/templates')
-rw-r--r--phpBB/templates/subSilver/error_body.tpl2
-rw-r--r--phpBB/templates/subSilver/posting_body.tpl7
-rw-r--r--phpBB/templates/subSilver/privmsgs_body.tpl8
-rw-r--r--phpBB/templates/subSilver/privmsgs_preview.tpl1
-rw-r--r--phpBB/templates/subSilver/profile_add_body.tpl3
5 files changed, 20 insertions, 1 deletions
diff --git a/phpBB/templates/subSilver/error_body.tpl b/phpBB/templates/subSilver/error_body.tpl
index 36d486cb92..6895322002 100644
--- a/phpBB/templates/subSilver/error_body.tpl
+++ b/phpBB/templates/subSilver/error_body.tpl
@@ -16,3 +16,5 @@
</td>
</tr>
</table>
+
+<br clear="all" />
diff --git a/phpBB/templates/subSilver/posting_body.tpl b/phpBB/templates/subSilver/posting_body.tpl
index 7db26e9f9c..45d9e587c7 100644
--- a/phpBB/templates/subSilver/posting_body.tpl
+++ b/phpBB/templates/subSilver/posting_body.tpl
@@ -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}&nbsp;{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>
diff --git a/phpBB/templates/subSilver/privmsgs_body.tpl b/phpBB/templates/subSilver/privmsgs_body.tpl
index 95e6501e90..29768460be 100644
--- a/phpBB/templates/subSilver/privmsgs_body.tpl
+++ b/phpBB/templates/subSilver/privmsgs_body.tpl
@@ -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">&nbsp;{L_FLAG}&nbsp;</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>
diff --git a/phpBB/templates/subSilver/privmsgs_preview.tpl b/phpBB/templates/subSilver/privmsgs_preview.tpl
index bdfcf29f90..ba2ed932fd 100644
--- a/phpBB/templates/subSilver/privmsgs_preview.tpl
+++ b/phpBB/templates/subSilver/privmsgs_preview.tpl
@@ -23,4 +23,5 @@
<td valign="top" colspan="2" class="row1"><span class="postbody">{MESSAGE}</span></td>
</tr>
</table>
+
<br clear="all" />
diff --git a/phpBB/templates/subSilver/profile_add_body.tpl b/phpBB/templates/subSilver/profile_add_body.tpl
index 9393c5e9fa..d04b76448a 100644
--- a/phpBB/templates/subSilver/profile_add_body.tpl
+++ b/phpBB/templates/subSilver/profile_add_body.tpl
@@ -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}&nbsp;{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>