]> WPIA git - gigi.git/blob - src/org/cacert/gigi/pages/admin/support/SupportUserDetailsPage.templ
UPD: SE: Extracted revokeCertificateForm from the page
[gigi.git] / src / org / cacert / gigi / pages / admin / support / SupportUserDetailsPage.templ
1 <?=$details?>
2 <table class="wrapper dataTable centertext">
3         <tbody><tr>
4             <th><?=_Alternate Verified Email Addresses?></th>
5         </tr>
6         <? foreach($emails) {?>
7         <tr>
8             <td><?=$secmail?></td>
9         </tr>
10         <? } ?>
11         </tbody>
12 </table>
13 <br/>
14 <?=$certifrevoke?>