]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/pages/admin/support/SupportUserDetailsPage.templ
FIX: Correct location of ticket enter form
[gigi.git] / src / org / cacert / gigi / pages / admin / support / SupportUserDetailsPage.templ
index 5c0ef84e6c992e53b1d1cf5a019af0d56eb38c96..04195c4a17ecf7cd02523791c8608f2dc9ecec05 100644 (file)
@@ -1,41 +1,18 @@
+<?=$tickethandling?>
+<br/>
 <?=$details?>
 <table class="wrapper dataTable centertext">
         <tbody><tr>
             <th><?=_Alternate Verified Email Addresses?></th>
         </tr>
         <? foreach($emails) {?>
+        <? if($secmail) { ?>
         <tr>
             <td><?=$secmail?></td>
         </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