]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/output/CertificateTable.templ
upd: added correct display of login and revoked status to status table
[gigi.git] / src / org / cacert / gigi / output / CertificateTable.templ
index 5a732ea9fd037d7ea37976095686adb64a45d109..278b4f7f7bb04c989b9dc9b22808801fa5774ee8 100644 (file)
@@ -1,6 +1,6 @@
 <table class="table">
 <thead><tr>
-<th><?=_Renew/Revoke/Delete?></th>
+<th></th>
 <th><?=_Status?></th>
 <th><?=_Email Address?></th>
 <th><?=_SerialNumber?></th>
@@ -25,7 +25,7 @@
        <td><?=$issued?></td>
        <td><?=$revoked?></td>
        <td><?=$expire?></td>
-       <td>a</td>
+       <td><?=$login?></td>
 </tr>
 <? } ?>
 </tbody>