]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/pages/account/certs/CertificateModificationForm.templ
add: enable support to search for certificates
[gigi.git] / src / org / cacert / gigi / pages / account / certs / CertificateModificationForm.templ
index 585513d13d99333bb0173c6369ed9d963fd87337..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 Certificates?>"/>
\ No newline at end of file
+<button class="btn btn-danger" name="action" value="revoke"><?=_Revoke Selected Certificates?></button>