diff options
| author | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-06-24 16:46:30 +0000 |
|---|---|---|
| committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-06-24 16:46:30 +0000 |
| commit | b44bc16bd02a78752ffefb4bbe3faf7337f17669 (patch) | |
| tree | 7802db41ccf74136afa630a619192b611e0755b2 /phpBB/templates | |
| parent | 97680b4f544b5305d30e5764fed5243f68a38cf6 (diff) | |
| download | forums-b44bc16bd02a78752ffefb4bbe3faf7337f17669.tar forums-b44bc16bd02a78752ffefb4bbe3faf7337f17669.tar.gz forums-b44bc16bd02a78752ffefb4bbe3faf7337f17669.tar.bz2 forums-b44bc16bd02a78752ffefb4bbe3faf7337f17669.tar.xz forums-b44bc16bd02a78752ffefb4bbe3faf7337f17669.zip | |
Fix up display of sigs and bbcode for preview
git-svn-id: file:///svn/phpbb/trunk@4170 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates')
| -rw-r--r-- | phpBB/templates/subSilver/posting_body.html | 6 | ||||
| -rw-r--r-- | phpBB/templates/subSilver/posting_preview.html | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/phpBB/templates/subSilver/posting_body.html b/phpBB/templates/subSilver/posting_body.html index a12bea7767..39be6ebbea 100644 --- a/phpBB/templates/subSilver/posting_body.html +++ b/phpBB/templates/subSilver/posting_body.html @@ -114,11 +114,13 @@ function checkForm() <tr> <th colspan="2" height="25"><b>{L_POST_A}</b></th> </tr> - <!-- IF ERROR_MESSAGE neq '' --> + + <!-- IF ERROR --> <tr> - <td class="row2" colspan="2" align="center"><span class="genmed" style="color:red;font-weight:bold">{ERROR_MESSAGE}</span></td> + <td class="row2" colspan="2" align="center"><span class="genmed" style="color:red">{ERROR}</span></td> </tr> <!-- ENDIF --> + <!-- IF S_DELETE_ALLOWED --> <tr> <td class="row1"><b class="genmed">{L_DELETE_POST}</b></td> diff --git a/phpBB/templates/subSilver/posting_preview.html b/phpBB/templates/subSilver/posting_preview.html index 092ced63f6..4b68123986 100644 --- a/phpBB/templates/subSilver/posting_preview.html +++ b/phpBB/templates/subSilver/posting_preview.html @@ -30,12 +30,10 @@ <tr> <td class="row1"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> - <td> - <span class="postbody">{PREVIEW_MESSAGE}</span> + <td><span class="postbody">{PREVIEW_MESSAGE}</span> <!-- BEGIN postrow --> - <!-- IF postrow.S_HAS_ATTACHMENTS --><!-- INCLUDE viewtopic_attach_body.html --><!-- ENDIF --> - <!-- END postrow --> - </td> + <!-- IF postrow.S_HAS_ATTACHMENTS --><!-- INCLUDE viewtopic_attach_body.html --><!-- ENDIF --> + <!-- END postrow --><!-- IF PREVIEW_SIGNATURE --><span class="postbody"><br />_________________<br />{PREVIEW_SIGNATURE}</span><!-- ENDIF --></td> </tr> </table></td> </tr> |
