]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/pages/admin/support/FindUserForm.templ
upd: change the find user routine to search for all email addresses
[gigi.git] / src / org / cacert / gigi / pages / admin / support / FindUserForm.templ
index b48bf4fd8e35e8b07d9a4f7e8518121b8a9aa78c..01682243f2162aae16c0ca10bff6d8b2a4ca7baf 100644 (file)
@@ -1,6 +1,6 @@
 <? if($usertable) {?>
 <p>Multiple users where found.</p>
-<table class="dataTable wrapper">
+<table class="table">
 <tr>
 <th>Id</th><th>E-Mail</th></tr>
 <? foreach($usertable) {?>
@@ -9,13 +9,13 @@
 </table>
 <? } ?>
 <? if($first) {?>
-<table class="wrapper dataTable">
+<table class="table">
   <tbody><tr>
     <th colspan="2"><?=_Find User?></th>
   </tr>
   <tr>
     <td><?=_Email?>:</td>
-    <td><input 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"/></td>
   </tr>
   <tr>
     <td colspan="2"><input name="process" value="<?=_Next?>" type="submit"/></td>