]> WPIA git - gigi.git/commitdiff
upd: rename view of non-revoked certificates
authorFelix Dörre <felix@dogcraft.de>
Tue, 4 Jul 2017 19:44:39 +0000 (21:44 +0200)
committerLucas Werkmeister <mail@lucaswerkmeister.de>
Wed, 5 Jul 2017 21:08:36 +0000 (23:08 +0200)
Change-Id: Iffeb5b5f8d92b40782778afda6c57e3070ca8ba4

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>