]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/pages/account/certs/CertificateModificationForm.templ
upd: modified text displayed during certificate creation process
[gigi.git] / src / org / cacert / gigi / pages / account / certs / CertificateModificationForm.templ
index d4e2f74e90ea3a0a1b29328ba4645506fe805f27..4a5554faa621e327c1bfbd92bd35e2171dbc657e 100644 (file)
@@ -1,3 +1,3 @@
 <a href="?" class="btn <?=$current?>"><?=_Show Current Certificates?></a> <a href="?withRevoked" class="btn <?=$all?>"><?=_Show All Certificates?></a>
 <?=$certTable?>
-<button class="btn btn-danger" name="action" value="revoke"><?=_Revoke Selected Certificates?></button>
+<button class="btn btn-danger btn-confirm" data-confirm="<?=_Do you really want to revoke ALL selected certificates??>" data-reply="<?=_Cancel?>,<?=_Confirm?>" name="action" value="revoke"><?=_Revoke Selected Certificates?></button>