]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/pages/admin/support/SupportUserDetailsPage.templ
upd: rename package name and all references to it
[gigi.git] / src / org / cacert / gigi / pages / admin / support / SupportUserDetailsPage.templ
diff --git a/src/org/cacert/gigi/pages/admin/support/SupportUserDetailsPage.templ b/src/org/cacert/gigi/pages/admin/support/SupportUserDetailsPage.templ
deleted file mode 100644 (file)
index 7b5b54e..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-<?=$details?>
-<table class="table">
-        <tbody><tr>
-            <th><?=_Alternate Verified Email Addresses?></th>
-        </tr>
-        <? foreach($emails) {?>
-        <tr>
-            <td><?=$secmail?> (<?=$status?>)</td>
-        </tr>
-        <? } ?>
-        </tbody>
-</table>
-
-<table class="table">
-        <tbody><tr>
-            <th><?=_Domains?></th>
-        </tr>
-        <? foreach($domains) {?>
-        <tr>
-            <td><?=$domain?> (<?=$status?>)</td>
-        </tr>
-        <? } ?>
-        </tbody>
-</table>
-
-<?=$certifrevoke?>