diff options
author | Michael Tänzer <neo@nhng.de> | 2013-11-20 22:30:36 +0100 |
---|---|---|
committer | Michael Tänzer <neo@nhng.de> | 2013-11-20 22:30:36 +0100 |
commit | f8191d4deddadd7a542007af471157183aa6660e (patch) | |
tree | 5f0fcef758b33db95022c820104edf8cbb6fb08a /pages/account/12.php | |
parent | d6d94b1cc67c127d15b29000fba876a54d9d32f9 (diff) | |
download | cacert-f8191d4deddadd7a542007af471157183aa6660e.tar.gz cacert-f8191d4deddadd7a542007af471157183aa6660e.tar.xz cacert-f8191d4deddadd7a542007af471157183aa6660e.zip |
Source code taken from cacert-20131120.tar.bz2
Diffstat (limited to 'pages/account/12.php')
-rw-r--r-- | pages/account/12.php | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/pages/account/12.php b/pages/account/12.php index 6d85cdc..9058a07 100644 --- a/pages/account/12.php +++ b/pages/account/12.php @@ -19,7 +19,7 @@ <form method="post" action="account.php"> <table align="center" valign="middle" border="0" cellspacing="0" cellpadding="0" class="wrapper"> <tr> - <td colspan="8" class="title"><?=_("Domain Certificates")?> - <a href="account.php?id=12&viewall=<?=!$viewall?>"><?=_("View all certificates")?></a></td> + <td colspan="8" class="title"><?=_("Domain Certificates")?> - <a href="account.php?id=12&viewall=<?=!$viewall?>"><?=$viewall?_("Hide old certificates"):_("View all certificates")?></a></td> </tr> <tr> <td class="DataTD"><?=_("Renew/Revoke/Delete")?></td> @@ -86,6 +86,11 @@ <? } ?> <tr> <td class="DataTD" colspan="8"> + <a href="account.php?id=12&viewall=<?=!$viewall?>"><b><?=$viewall?_("Hide old certificates"):_("View all certificates")?></b></a> + </td> + </tr> + <tr> + <td class="DataTD" colspan="8"> <?=_('* Comment is NOT included in the certificate as it is intended for your personal reference only. To change the comment tick the checkbox and hit "Change Settings".')?> </td> </tr> |