]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/pages/admin/support/FindUserByEmailForm.templ
upd: refactor FindUserByEmail to have two separate templates
[gigi.git] / src / org / cacert / gigi / pages / admin / support / FindUserByEmailForm.templ
index 8563721efc817f2f9dc1c809973dfed08b4bbd77..90a627e33bf9f060d54fc621f84144c16e399768 100644 (file)
@@ -1,14 +1,3 @@
-<? if($usertable) {?>
-<p>Multiple users where found.</p>
-<table class="table">
-<tr>
-<th>Id</th><th>E-Mail</th></tr>
-<? foreach($usertable) {?>
-       <tr><td><a href="/support/user/<?=$usrid?>/"><?=$usrid?></a></td><td><a href="/support/user/<?=$usrid?>/"><?=$usermail?></a></td></tr>
-<? } ?>
-</table>
-<? } ?>
-<? if($first) {?>
 <table class="table">
   <tbody><tr>
     <th colspan="2"><?=_Find User by Email?></th>
@@ -21,4 +10,3 @@
     <td colspan="2"><input name="process" value="<?=_Next?>" type="submit"/></td>
   </tr>
 </tbody></table>
-<? } ?>