]> WPIA git - gigi.git/blobdiff - src/club/wpia/gigi/pages/account/certs/CertificateModificationForm.templ
upd: rename view of non-revoked certificates
[gigi.git] / src / club / wpia / gigi / pages / account / certs / CertificateModificationForm.templ
index 4a5554faa621e327c1bfbd92bd35e2171dbc657e..9e04789f829cef9274dfdfd9de58de5c2ac9ce9f 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>
+<a href="?" class="btn <?=$current?>"><?=_Show Non-Revoked Certificates?></a> <a href="?withRevoked" class="btn <?=$all?>"><?=_Show All Certificates?></a>
 <?=$certTable?>
 <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>