]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/pages/admin/support/SupportUserDetailsPage.templ
add: show information about domains in user account
[gigi.git] / src / org / cacert / gigi / pages / admin / support / SupportUserDetailsPage.templ
index fa874c40e881de46c24946e8827a7646969c3c5d..667ff997171f1dfec1cec605be5b88b814f67380 100644 (file)
@@ -1,16 +1,26 @@
 <?=$details?>
-<table class="wrapper dataTable centertext">
+<table class="table">
         <tbody><tr>
             <th><?=_Alternate Verified Email Addresses?></th>
         </tr>
         <? foreach($emails) {?>
-        <? if($secmail) { ?>
         <tr>
             <td><?=$secmail?></td>
         </tr>
         <? } ?>
+        </tbody>
+</table>
+
+<table class="table">
+        <tbody><tr>
+            <th><?=_Domains?></th>
+        </tr>
+        <? foreach($domains) {?>
+        <tr>
+            <td><?=$domain?> (<?=$status?>)</td>
+        </tr>
         <? } ?>
         </tbody>
 </table>
-<br/>
-<?=$certifrevoke?>
\ No newline at end of file
+
+<?=$certifrevoke?>