]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/output/CertificateTable.templ
Merge "Update notes about password security"
[gigi.git] / src / org / cacert / gigi / output / CertificateTable.templ
index d48f05c7e1dd3f95b1f233501db58b7022a659ed..5a732ea9fd037d7ea37976095686adb64a45d109 100644 (file)
@@ -1,4 +1,4 @@
-<table class="wrapper dataTable">
+<table class="table">
 <thead><tr>
 <th><?=_Renew/Revoke/Delete?></th>
 <th><?=_Status?></th>
@@ -15,7 +15,7 @@
 <? foreach($certs) {?>
 <tr>
        <td>
-       <? if($isNotRevoked) { ?><input type='checkbox' name='certs[]' value='<?=$serial?>'><? } ?>
+       <? if($revokable) { ?><input type='checkbox' name='certs[]' value='<?=$serial?>'><? } ?>
        </td>
        <td><?=$state?></td>
        <td><?=$CN?></td>