house keeping

pull/1/head
root 18 years ago
parent 7929eff532
commit b0cc9126fc

@ -34,12 +34,12 @@
$verified = _("Unverified"); $verified = _("Unverified");
?> ?>
<tr> <tr>
<td class="DataTD"><input type="radio" name="emailid" value="<?=$row['id']?>" <td class="DataTD"><? if($row['hash'] == "") { ?><input type="radio" name="emailid" value="<?=$row['id']?>"
<? if($row['email'] == $_SESSION['profile']['email']) echo " checked"; ?>></td> <? if($row['email'] == $_SESSION['profile']['email']) echo " checked"; ?>><? } else { echo "&nbsp;"; } ?></td>
<td class="DataTD"><?=$verified?></td> <td class="DataTD"><?=$verified?></td>
<? if($row['email'] == $_SESSION['profile']['email']) { ?> <? if($row['email'] == $_SESSION['profile']['email']) { ?>
<td class="DataTD"><?=_("N/A")?></td> <td class="DataTD"><?=_("N/A")?></td>
<? } else if($row['hash'] == "") { ?> <? } else { ?>
<td class="DataTD"><input type="checkbox" name="delid[]" value="<?=$row['id']?>"></td> <td class="DataTD"><input type="checkbox" name="delid[]" value="<?=$row['id']?>"></td>
<? } ?> <? } ?>
<td class="DataTD"><?=$row['email']?></td> <td class="DataTD"><?=$row['email']?></td>

Loading…
Cancel
Save