]> 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 8eed2bb35494278ca5b994757e7bafd253a681be..667ff997171f1dfec1cec605be5b88b814f67380 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/>
-<?=$certifrevoke?>
\ No newline at end of file
+
+<table class="table">
+        <tbody><tr>
+            <th><?=_Domains?></th>
+        </tr>
+        <? foreach($domains) {?>
+        <tr>
+            <td><?=$domain?> (<?=$status?>)</td>
+        </tr>
+        <? } ?>
+        </tbody>
+</table>
+
+<?=$certifrevoke?>