diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-11-09 13:15:36 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-11-09 13:15:36 +0000 |
commit | a7382c8e88ad01dc6d2d6bc4a8956814e81ef045 (patch) | |
tree | 0f4ef6b05904141b47601f18d0379d76c33e43cb /phpBB/templates/subSilver/profile_add_body.tpl | |
parent | 45db03be26712034fad00a513cb9ea065bcf6a4e (diff) | |
download | forums-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/subSilver/profile_add_body.tpl')
-rw-r--r-- | phpBB/templates/subSilver/profile_add_body.tpl | 3 |
1 files changed, 3 insertions, 0 deletions
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} {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> |