diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-03-31 00:06:34 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-03-31 00:06:34 +0000 |
commit | e1f7400b8da1088ebabd351fe9b6e1f246c34531 (patch) | |
tree | f5271ef99c1d83076002f1cb9d43e8728e40398e /phpBB/templates/subSilver/profile_add_body.tpl | |
parent | f74fa81851cb9b03cd84400e9a4817f216b09a5b (diff) | |
download | forums-e1f7400b8da1088ebabd351fe9b6e1f246c34531.tar forums-e1f7400b8da1088ebabd351fe9b6e1f246c34531.tar.gz forums-e1f7400b8da1088ebabd351fe9b6e1f246c34531.tar.bz2 forums-e1f7400b8da1088ebabd351fe9b6e1f246c34531.tar.xz forums-e1f7400b8da1088ebabd351fe9b6e1f246c34531.zip |
pre-freeze on main templates, various bug fixes (highlighting search results, various search related issues, blah blah). These updates need _thorough_ checking, quickly
git-svn-id: file:///svn/phpbb/trunk@2448 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 | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/phpBB/templates/subSilver/profile_add_body.tpl b/phpBB/templates/subSilver/profile_add_body.tpl index 3132d2848f..476b7923e8 100644 --- a/phpBB/templates/subSilver/profile_add_body.tpl +++ b/phpBB/templates/subSilver/profile_add_body.tpl @@ -24,7 +24,7 @@ <td class="row1"><span class="gen">{L_EMAIL_ADDRESS}: *</span></td> <td class="row2"><input type="text" class="post" style="width:200px" name="email" size="25" maxlength="255" value="{EMAIL}" /></td> </tr> - <!-- BEGIN edit_profile --> + <!-- BEGIN switch_edit_profile --> <tr> <td class="row1"><span class="gen">{L_CURRENT_PASSWORD}: *</span><br /> <span class="gensmall">{L_CONFIRM_PASSWORD_EXPLAIN}</span></td> @@ -32,7 +32,7 @@ <input type="password" class="post" style="width: 200px" name="cur_password" size="25" maxlength="100" value="{PASSWORD}" /> </td> </tr> - <!-- END edit_profile --> + <!-- END switch_edit_profile --> <tr> <td class="row1"><span class="gen">{L_NEW_PASSWORD}: *</span><br /> <span class="gensmall">{L_PASSWORD_IF_CHANGED}</span></td> @@ -211,7 +211,7 @@ <tr> <td class="catSides" colspan="2" height="28"> </td> </tr> - <!-- BEGIN avatar_block --> + <!-- BEGIN switch_avatar_block --> <tr> <th class="thSides" colspan="2" height="12" valign="middle">{L_AVATAR_PANEL}</th> </tr> @@ -223,31 +223,31 @@ </tr> </table></td> </tr> - <!-- BEGIN avatar_local_upload --> + <!-- BEGIN switch_avatar_local_upload --> <tr> <td class="row1"><span class="gen">{L_UPLOAD_AVATAR_FILE}:</span></td> <td class="row2"><input type="hidden" name="MAX_FILE_SIZE" value="{AVATAR_SIZE}" /><input type="file" name="avatar" class="post" style="width:200px" /></td> </tr> - <!-- END avatar_local_upload --> - <!-- BEGIN avatar_remote_upload --> + <!-- END switch_avatar_local_upload --> + <!-- BEGIN switch_avatar_remote_upload --> <tr> <td class="row1"><span class="gen">{L_UPLOAD_AVATAR_URL}:</span><br /><span class="gensmall">{L_UPLOAD_AVATAR_URL_EXPLAIN}</span></td> <td class="row2"><input type="text" name="avatarurl" size="40" class="post" style="width:200px" /></td> </tr> - <!-- END avatar_remote_upload --> - <!-- BEGIN avatar_remote_link --> + <!-- END switch_avatar_remote_upload --> + <!-- BEGIN switch_avatar_remote_link --> <tr> <td class="row1"><span class="gen">{L_LINK_REMOTE_AVATAR}:</span><br /><span class="gensmall">{L_LINK_REMOTE_AVATAR_EXPLAIN}</span></td> <td class="row2"><input type="text" name="avatarremoteurl" size="40" class="post" style="width:200px" /></td> </tr> - <!-- END avatar_remote_link --> - <!-- BEGIN avatar_local_gallery --> + <!-- END switch_avatar_remote_link --> + <!-- BEGIN switch_avatar_local_gallery --> <tr> <td class="row1"><span class="gen">{L_AVATAR_GALLERY}:</span></td> <td class="row2"><input type="submit" name="avatargallery" value="{L_SHOW_GALLERY}" class="liteoption" /></td> </tr> - <!-- END avatar_local_gallery --> - <!-- END avatar_block --> + <!-- END switch_avatar_local_gallery --> + <!-- END switch_avatar_block --> <tr> <td class="catBottom" colspan="2" align="center" height="28">{S_HIDDEN_FIELDS}<input type="submit" name="submit" value="{L_SUBMIT}" class="mainoption" /> <input type="reset" value="{L_RESET}" name="reset" class="liteoption" /></td> </tr> |