]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/pages/admin/support/FindUserForm.templ
UPD: cleanup tables
[gigi.git] / src / org / cacert / gigi / pages / admin / support / FindUserForm.templ
index b48bf4fd8e35e8b07d9a4f7e8518121b8a9aa78c..a10f57fa7b2930b530a96a4d3dd6d8701479ab97 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,7 +9,7 @@
 </table>
 <? } ?>
 <? if($first) {?>
-<table class="wrapper dataTable">
+<table class="table">
   <tbody><tr>
     <th colspan="2"><?=_Find User?></th>
   </tr>