diff options
author | INOPIAE <inopiae@cacert.org> | 2013-10-22 23:00:52 +0200 |
---|---|---|
committer | INOPIAE <inopiae@cacert.org> | 2013-10-22 23:00:52 +0200 |
commit | 6cac7a2ba66a8a9cae451ea7ac216b389c6dd02d (patch) | |
tree | 4bcdabbe38dfab06cbc02194fa89702191de376a | |
parent | 55d2a7b1fdd6aba528adf5afaec880ebf067edcf (diff) | |
download | cacert-devel-6cac7a2ba66a8a9cae451ea7ac216b389c6dd02d.tar.gz cacert-devel-6cac7a2ba66a8a9cae451ea7ac216b389c6dd02d.tar.xz cacert-devel-6cac7a2ba66a8a9cae451ea7ac216b389c6dd02d.zip |
bug 411: added switch all certifcates - hide certificates on top and bottom of client and cert view
-rw-r--r-- | pages/account/12.php | 7 | ||||
-rw-r--r-- | pages/account/5.php | 2 |
2 files changed, 7 insertions, 2 deletions
diff --git a/pages/account/12.php b/pages/account/12.php index 6d85cdc..f445586 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=5&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> diff --git a/pages/account/5.php b/pages/account/5.php index 9607850..550af13 100644 --- a/pages/account/5.php +++ b/pages/account/5.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="10" class="title"><?=_("Client Certificates")?> - <a href="account.php?id=5&viewall=<?=!$viewall?>"><?=_("View all certificates")?></a></td> + <td colspan="10" class="title"><?=_("Client Certificates")?> - <a href="account.php?id=5&viewall=<?=!$viewall?>"><?=$viewall?_("Hide old certificates"):_("View all certificates")?></a>?></a></td> </tr> <tr> <td class="DataTD"><?=_("Renew/Revoke/Delete")?></td> |