]> WPIA git - gigi.git/blob - src/club/wpia/gigi/pages/admin/support/FindUserByEmailForm.templ
fix: ResultSet.getDate is often wrong as it fetches day-precision times
[gigi.git] / src / club / wpia / gigi / pages / admin / support / FindUserByEmailForm.templ
1 <table class="table">
2   <tbody><tr>
3     <th colspan="2"><?=_Find User by Email?></th>
4   </tr>
5   <tr>
6     <td><?=_Email?>:</td>
7     <td><input class="form-control" name="email" value="" size="30" title="<?=_use % as wildcard?>" placeholder="<?=_use % as wildcard?>" type="text" required/></td>
8   </tr>
9   <tr>
10     <td colspan="2"><input class="btn btn-primary" name="process" value="<?=_Next?>" type="submit"/></td>
11   </tr>
12 </tbody></table>