diff options
author | INOPIAE <inopiae@cacert.org> | 2013-06-18 22:20:22 +0200 |
---|---|---|
committer | INOPIAE <inopiae@cacert.org> | 2013-06-18 22:20:22 +0200 |
commit | 62aa3b3984bd7f616054ecf66836524f0effbba8 (patch) | |
tree | 18195d866b760391af685ac43c9e153b16a322d1 /pages/account | |
parent | 752a538d83eb4f4d5699e09fb66f015c3d3482f9 (diff) | |
download | cacert-devel-62aa3b3984bd7f616054ecf66836524f0effbba8.tar.gz cacert-devel-62aa3b3984bd7f616054ecf66836524f0effbba8.tar.xz cacert-devel-62aa3b3984bd7f616054ecf66836524f0effbba8.zip |
bug 782: change the layout on account/12.php and account/5.php, added error check in account.php
Diffstat (limited to 'pages/account')
-rw-r--r-- | pages/account/12.php | 4 | ||||
-rw-r--r-- | pages/account/5.php | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/pages/account/12.php b/pages/account/12.php index 6d4e86e..6d85cdc 100644 --- a/pages/account/12.php +++ b/pages/account/12.php @@ -51,7 +51,7 @@ { ?> <tr> - <td colspan="6" class="DataTD"><?=_("No certificates are currently listed.")?></td> + <td colspan="8" class="DataTD"><?=_("No certificates are currently listed.")?></td> </tr> <? } else { while($row = mysql_fetch_assoc($res)) @@ -96,7 +96,7 @@ </tr> <? } ?> <tr> - <td class="DataTD" colspan="6"><?=_("From here you can delete pending requests, or revoke valid certificates.")?></td> + <td class="DataTD" colspan="8"><?=_("From here you can delete pending requests, or revoke valid certificates.")?></td> </tr> </table> <input type="hidden" name="oldid" value="<?=$id?>"/> diff --git a/pages/account/5.php b/pages/account/5.php index bfd049c..9607850 100644 --- a/pages/account/5.php +++ b/pages/account/5.php @@ -40,7 +40,7 @@ `emailcerts`.`id`, `emailcerts`.`CN`, `emailcerts`.`serial`, - emailcerts.disablelogin as `disablelogin`, + `emailcerts`.`disablelogin` as `disablelogin`, `emailcerts`.`description` from `emailcerts` where `emailcerts`.`memid`='".$_SESSION['profile']['id']."' |