]> WPIA git - gigi.git/blob - src/club/wpia/gigi/pages/admin/support/FindUserByDomainForm.templ
fix: ResultSet.getDate is often wrong as it fetches day-precision times
[gigi.git] / src / club / wpia / gigi / pages / admin / support / FindUserByDomainForm.templ
1 <table class="table">
2   <tbody><tr>
3     <th colspan="2"><?=_Find User by Domain?></th>
4   </tr>
5   <tr>
6     <td><?=_Domain?>:</td>
7     <td><input class="form-control" type="text" value="" name="domain" placeholder="<?=_For search by ID use # prefix e.g. #123456?>" required></td>
8   </tr>
9   <tr>
10     <td colspan="2"><input class="btn btn-primary" type="submit" value="<?=_Next?>" name="process"></td>
11   </tr>
12 </tbody>
13 </table>