parent
b315bd31f9
commit
984d5d39ec
1 changed files with 7 additions and 1 deletions
|
@ -107,7 +107,7 @@
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="DataTD"><?=_("Date of Birth")?>:</td>
|
<td class="DataTD"><?=_("Date of Birth")?>:</td>
|
||||||
<td class="DataTD"><form method="post" action="account.php">
|
<td class="DataTD"><form method="post" action="account.php" onSubmit="if(!confirm('Are you sure you want to modify this DOB?')) return false;">
|
||||||
<input type="hidden" name="oldid" value="43">
|
<input type="hidden" name="oldid" value="43">
|
||||||
<input type="hidden" name="action" value="updatedob">
|
<input type="hidden" name="action" value="updatedob">
|
||||||
<input type="hidden" name="userid" value="<?=$id?>">
|
<input type="hidden" name="userid" value="<?=$id?>">
|
||||||
|
@ -168,6 +168,11 @@
|
||||||
<td class="DataTD"><?=_("Delete Account")?>:</td>
|
<td class="DataTD"><?=_("Delete Account")?>:</td>
|
||||||
<td class="DataTD"><a href="account.php?id=50&userid=<?=$row['id']?>"><?=_("Delete Account")?></a></td>
|
<td class="DataTD"><a href="account.php?id=50&userid=<?=$row['id']?>"><?=_("Delete Account")?></a></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<? if($_REQUEST['showlostpw'] != "yes") { ?>
|
||||||
|
<tr>
|
||||||
|
<td class="DataTD" colspan="2"><a href="account.php?id=43&userid=<?=$row['id']?>&showlostpw=yes"><?=_("Show Lost Password Details")?></a></td>
|
||||||
|
</tr>
|
||||||
|
<? } else { ?>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="DataTD"><?=_("Lost Password")?> - Q1:</td>
|
<td class="DataTD"><?=_("Lost Password")?> - Q1:</td>
|
||||||
<td class="DataTD"><?=$row['Q1']?></td>
|
<td class="DataTD"><?=$row['Q1']?></td>
|
||||||
|
@ -208,6 +213,7 @@
|
||||||
<td class="DataTD"><?=_("Lost Password")?> - A5:</td>
|
<td class="DataTD"><?=_("Lost Password")?> - A5:</td>
|
||||||
<td class="DataTD"><?=$row['A5']?></td>
|
<td class="DataTD"><?=$row['A5']?></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<? } ?>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="DataTD"><?=_("Assurance Points")?>:</td>
|
<td class="DataTD"><?=_("Assurance Points")?>:</td>
|
||||||
<td class="DataTD"><?=$drow['points']?></td>
|
<td class="DataTD"><?=$drow['points']?></td>
|
||||||
|
|
Loading…
Reference in a new issue