]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/pages/admin/support/FindUserByEmailForm.templ
fix: ResultSet.getDate is often wrong as it fetches day-precision times
[gigi.git] / src / org / cacert / gigi / pages / admin / support / FindUserByEmailForm.templ
index a6b4549c63d9901f0ea86dfe09249949fbb14bc5..b3c8bb96190dc5b31c3ed66810ec66ff4e4d3253 100644 (file)
@@ -1,24 +1,12 @@
-<? 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>
   </tr>
   <tr>
     <td><?=_Email?>:</td>
-    <td><input class="form-control" name="email" value="" size="30" title="<?=_use % as wildcard?>" placeholder="<?=_use % as wildcard?>" type="text"/></td>
+    <td><input class="form-control" name="email" value="" size="30" title="<?=_use % as wildcard?>" placeholder="<?=_use % as wildcard?>" type="text" required/></td>
   </tr>
   <tr>
-    <td colspan="2"><input name="process" value="<?=_Next?>" type="submit"/></td>
+    <td colspan="2"><input class="btn btn-primary" name="process" value="<?=_Next?>" type="submit"/></td>
   </tr>
 </tbody></table>
-<? } ?>