]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/pages/admin/support/SupportUserDetailsPage.templ
UPD: cleanup tables
[gigi.git] / src / org / cacert / gigi / pages / admin / support / SupportUserDetailsPage.templ
index 5c0ef84e6c992e53b1d1cf5a019af0d56eb38c96..879367f91eb4763dea2513b100bea2574b410ebe 100644 (file)
@@ -1,5 +1,5 @@
 <?=$details?>
-<table class="wrapper dataTable centertext">
+<table class="table">
         <tbody><tr>
             <th><?=_Alternate Verified Email Addresses?></th>
         </tr>
         <? } ?>
         </tbody>
 </table>
-<br/>
-<table class="wrapper dataTable">
-        <tbody><tr>
-            <th colspan="6"><?=_Certificates?></td>
-        </tr>
-        <tr>
-            <th><?=_Cert Type?></th>
-            <th><?=_Total?></th>
-            <th><?=_Valid?></th>
-            <th><?=_Expired?></th>
-            <th><?=_Revoked?></th>
-            <th><?=_Latest Expire?></th>
-        </tr>
-       <? foreach($types) { ?>
-        <tr>
-            <td><?=$profile?></th>
-                <td><?=$total?></td>
-            <td><?=$valid?></td>
-            <td><?=$exp?></td>
-            <td><?=$rev?></td>
-            <td><?=$lastdate?></td>
-            </tr>
-            <? } ?>
-        <tr>
-            <td colspan="6" class="title">
-                    <input value="revoke certificates" type="submit">
-            </td>
-        </tr>
-    </tbody></table>
\ No newline at end of file
+<?=$certifrevoke?>