Subject: CAcert Code Development list.
List archive
- From: Benny Baumann <benbe AT cacert.org>
- To: "critical-admin AT cacert.org" <critical-admin AT cacert.org>
- Cc: cacert-devel AT lists.cacert.org, 'dirk astrath' <dirk.astrath AT cacert.org>, Michael Tänzer <michael.taenzer AT cacert.org>, Martin Gummi <martin.gummi AT cacert.org>
- Subject: Patch Request Bug #411
- Date: Wed, 23 Oct 2013 20:44:12 +0200
Dear Critical,
we have a new patch for you to fix a text issue when displaying server
certificates. In Bug #411 it was requested to correct the heading of the
table containing the list of server certificates. Find the appropriate
patch attached.
The patch was developed by Marcus Mängel (INOPIAE), tested by Eva and
Martin Gummi (magu), and finally reviewed by Michael Tänzer (NEOatNHNG)
and Dirk Astrath (dastrath).
Please perform the same procedure as with every bug and update the
translations.
Best regards,
Benny Baumann
CAcert SWAT
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> diff --git a/pages/account/5.php b/pages/account/5.php index 9607850..44763e2 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></td> </tr> <tr> <td class="DataTD"><?=_("Renew/Revoke/Delete")?></td>
Attachment:
smime.p7s
Description: S/MIME Cryptographic Signature
- Patch Request Bug #411, Benny Baumann, 10/23/2013
- Re: Patch Request Bug #411, Wytze van der Raay, 10/23/2013
Archive powered by MHonArc 2.6.18.