diff options
author | INOPIAE <inopiae@cacert.org> | 2013-10-22 23:30:54 +0200 |
---|---|---|
committer | INOPIAE <inopiae@cacert.org> | 2013-10-22 23:30:54 +0200 |
commit | df55d38af2e9c613d1392611314b249995c3d971 (patch) | |
tree | 835467a4545b866e3d36ef3fa66f0d7acbd10bff /pages/account | |
parent | 6cac7a2ba66a8a9cae451ea7ac216b389c6dd02d (diff) | |
download | cacert-devel-df55d38af2e9c613d1392611314b249995c3d971.tar.gz cacert-devel-df55d38af2e9c613d1392611314b249995c3d971.tar.xz cacert-devel-df55d38af2e9c613d1392611314b249995c3d971.zip |
bug 411: fixed typobug-411
Diffstat (limited to 'pages/account')
-rw-r--r-- | pages/account/12.php | 2 | ||||
-rw-r--r-- | pages/account/5.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/pages/account/12.php b/pages/account/12.php index f445586..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=5&viewall=<?=!$viewall?>"><?=$viewall?_("Hide old certificates"):_("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> diff --git a/pages/account/5.php b/pages/account/5.php index 550af13..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?>"><?=$viewall?_("Hide old certificates"):_("View all certificates")?></a>?></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> |