]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/pages/admin/support/SupportUserDetailsPage.templ
add: show verification status of email address for support
[gigi.git] / src / org / cacert / gigi / pages / admin / support / SupportUserDetailsPage.templ
index 667ff997171f1dfec1cec605be5b88b814f67380..7b5b54e6d1b8de3f2622f7728d0e8bb92c25bd0a 100644 (file)
@@ -5,7 +5,7 @@
         </tr>
         <? foreach($emails) {?>
         <tr>
-            <td><?=$secmail?></td>
+            <td><?=$secmail?> (<?=$status?>)</td>
         </tr>
         <? } ?>
         </tbody>