]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/pages/account/certs/CertificateModificationForm.templ
add: enable that user can see all certificates issued to his account
[gigi.git] / src / org / cacert / gigi / pages / account / certs / CertificateModificationForm.templ
index 76f60b00b9202be1b0120299496e86a793cb70e8..d4e2f74e90ea3a0a1b29328ba4645506fe805f27 100644 (file)
@@ -1,2 +1,3 @@
+<a href="?" class="btn <?=$current?>"><?=_Show Current Certificates?></a> <a href="?withRevoked" class="btn <?=$all?>"><?=_Show All Certificates?></a>
 <?=$certTable?>
-<input type="submit" value="<?=_Revoke Selected Certificates?>"/>
\ No newline at end of file
+<button class="btn btn-danger" name="action" value="revoke"><?=_Revoke Selected Certificates?></button>