more fixes and changes

This commit is contained in:
unknown
2012-06-25 03:12:17 +03:00
parent ba3eba0cc7
commit 337717bcb1
14 changed files with 51 additions and 53 deletions
+5 -5
View File
@@ -10,16 +10,16 @@
</tr></thead><tbody>
<tr>
<th>Old password</th>
<td><input class="text" type="password" name="pw1" maxlength="20" /></td>
<td><input class="text" type="password" name="pw1" maxlength="30" /></td>
</tr>
<tr>
<th>New password</th>
<td><input class="text" type="password" name="pw2" maxlength="20" /></td>
<td><input class="text" type="password" name="pw2" maxlength="30" /></td>
</tr>
<tr>
<th>New password</th>
<td><input class="text" type="password" name="pw3" maxlength="20" /></td>
<td><input class="text" type="password" name="pw3" maxlength="30" /></td>
</tr></tbody></table>
<?php
if($form->getError("pw") != "") {
@@ -34,12 +34,12 @@ echo "<span class=\"error\">".$form->getError('pw')."</span>";
<td class="note" colspan="2">Please enter your old and your new e-mail addresses. You will then receive a code snippet at both e-mail addresses which you have to enter here.</td></tr>
<tr>
<th>Old email</th>
<td><input class="text" type="text" name="email_alt" maxlength="50" /></td>
<td><input class="text" type="text" name="email_alt" /></td>
</tr>
<tr>
<th>New email</th>
<td><input class="text" type="text" name="email_neu" maxlength="50" /></td>
<td><input class="text" type="text" name="email_neu" /></td>
</tr></tbody></table>
<?php
if($form->getError("email") != "") {