aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates/subSilver/profile_add_body.tpl
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-10-10 17:27:34 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-10-10 17:27:34 +0000
commite5a8bda3ff47536c7ab49106ed7b8b0bbc15e4fb (patch)
tree8f939a9998c87d00d8f25c1ea501a33567f0a4d8 /phpBB/templates/subSilver/profile_add_body.tpl
parentb40867655544c2f2cb70e1dea5d224ae8e7a20cf (diff)
downloadforums-e5a8bda3ff47536c7ab49106ed7b8b0bbc15e4fb.tar
forums-e5a8bda3ff47536c7ab49106ed7b8b0bbc15e4fb.tar.gz
forums-e5a8bda3ff47536c7ab49106ed7b8b0bbc15e4fb.tar.bz2
forums-e5a8bda3ff47536c7ab49106ed7b8b0bbc15e4fb.tar.xz
forums-e5a8bda3ff47536c7ab49106ed7b8b0bbc15e4fb.zip
Added Send New Password functions + added check for current password when changing
git-svn-id: file:///svn/phpbb/trunk@1155 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates/subSilver/profile_add_body.tpl')
-rw-r--r--phpBB/templates/subSilver/profile_add_body.tpl13
1 files changed, 11 insertions, 2 deletions
diff --git a/phpBB/templates/subSilver/profile_add_body.tpl b/phpBB/templates/subSilver/profile_add_body.tpl
index 9c2ec4bc20..e6cb19b575 100644
--- a/phpBB/templates/subSilver/profile_add_body.tpl
+++ b/phpBB/templates/subSilver/profile_add_body.tpl
@@ -24,15 +24,24 @@
<input type="text" class="post" style="width: 200px" name="email" size="25" maxlength="255" value="{EMAIL}" />
</td>
</tr>
+ <!-- BEGIN edit_profile -->
<tr>
- <td class="row1"><span class="gen">{L_PASSWORD}: *</span><br />
+ <td class="row1"><span class="gen">{L_CURRENT_PASSWORD}: *</span><br />
<span class="gensmall">{L_PASSWORD_IF_CHANGED}</span></td>
<td class="row2">
<input type="password" class="post" style="width: 200px" name="password" size="25" maxlength="100" value="{PASSWORD}" />
</td>
</tr>
+ <!-- END edit_profile -->
<tr>
- <td class="row1"><span class="gen">{L_CONFIRM} {L_PASSWORD}: * </span><br />
+ <td class="row1"><span class="gen">{L_NEW_PASSWORD}: *</span><br />
+ <span class="gensmall">{L_PASSWORD_IF_CHANGED}</span></td>
+ <td class="row2">
+ <input type="password" class="post" style="width: 200px" name="password" size="25" maxlength="100" value="{PASSWORD}" />
+ </td>
+ </tr>
+ <tr>
+ <td class="row1"><span class="gen">{L_CONFIRM_PASSWORD}: * </span><br />
<span class="gensmall">{L_PASSWORD_CONFIRM_IF_CHANGED}</span></td>
<td class="row2">
<input type="password" class="post" style="width: 200px" name="password_confirm" size="25" maxlength="100" value="{PASSWORD_CONFIRM}" />