]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/pages/admin/support/SupportUserDetailsPage.templ
add: also allow issuing certificates for an organisation
[gigi.git] / src / org / cacert / gigi / pages / admin / support / SupportUserDetailsPage.templ
index 5c0ef84e6c992e53b1d1cf5a019af0d56eb38c96..84cb85e269a345d9adcff04fca5fe0310e446ec2 100644 (file)
@@ -1,3 +1,4 @@
+<br/>
 <?=$details?>
 <table class="wrapper dataTable centertext">
         <tbody><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?>
\ No newline at end of file