diff options
author | INOPIAE <inopiae@cacert.org> | 2013-05-13 22:22:35 +0200 |
---|---|---|
committer | INOPIAE <inopiae@cacert.org> | 2013-05-13 22:22:35 +0200 |
commit | b4af4ce47b780a6fb46300dcf8c04eaaa56dc213 (patch) | |
tree | 0707fea5a8bfcb0e34fd023f4643980cccb5a6e0 /pages/account | |
parent | 8bfc6bd266b4e849987040b3db63e7b80d8c47d5 (diff) | |
download | cacert-devel-b4af4ce47b780a6fb46300dcf8c04eaaa56dc213.tar.gz cacert-devel-b4af4ce47b780a6fb46300dcf8c04eaaa56dc213.tar.xz cacert-devel-b4af4ce47b780a6fb46300dcf8c04eaaa56dc213.zip |
bug 782: changed variable names in account.php, adjusted table in account/5.php
Diffstat (limited to 'pages/account')
-rw-r--r-- | pages/account/5.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/account/5.php b/pages/account/5.php index ab7a8c9..133e0fe 100644 --- a/pages/account/5.php +++ b/pages/account/5.php @@ -99,13 +99,13 @@ </tr> <? } ?> <tr> - <td class="DataTD" colspan="8"> + <td class="DataTD" colspan="9"> <a href="account.php?id=5&viewall=<?=!$viewall?>"><b><?=$viewall?_("Hide old certificates"):_("View all certificates")?></b></a> </td> </tr> <tr> - <td class="DataTD" colspan="8"> + <td class="DataTD" colspan="9"> <?=_("* Comment is NOT included in the certificate as it is inteded for your personal reference only. To change the comment go to the certificate view with hitting email address.")?> </td> </tr> |