]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/output/CertificateTable.templ
add: add boolean to separate groups for user and support
[gigi.git] / src / org / cacert / gigi / output / CertificateTable.templ
index 5a732ea9fd037d7ea37976095686adb64a45d109..539ac1e15e981a180be7d981fa6b226360fd1058 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>
        <td><a href='/account/certs/<?=$serial?>'><?=$serial?></a></td>
        <td><?=$digest?></td>
        <td><?=$profile?></td>
-       <td><?=$issued?></td>
+       <td class="<?=$classIssued?>"><?=$issued?></td>
        <td><?=$revoked?></td>
-       <td><?=$expire?></td>
-       <td>a</td>
+       <td class="<?=$classExpired?>"><?=$expire?></td>
+       <td><?=$login?></td>
 </tr>
 <? } ?>
 </tbody>