diff options
author | INOPIAE <inopiae@cacert.org> | 2012-12-13 10:15:52 +0100 |
---|---|---|
committer | INOPIAE <inopiae@cacert.org> | 2012-12-13 10:15:52 +0100 |
commit | 9b0e49833c2ce5aec65361b9d5ed96e39c625e6c (patch) | |
tree | e33a43a072189cbc396302d73e350e467012c685 /pages/account | |
parent | 7baaa9a0ac611329539a43031ca3d0e81bba2b5f (diff) | |
download | cacert-devel-9b0e49833c2ce5aec65361b9d5ed96e39c625e6c.tar.gz cacert-devel-9b0e49833c2ce5aec65361b9d5ed96e39c625e6c.tar.xz cacert-devel-9b0e49833c2ce5aec65361b9d5ed96e39c625e6c.zip |
bug 1122:created new file for the CCA overview and added short information about CCA into SE admin console
Diffstat (limited to 'pages/account')
-rw-r--r-- | pages/account/43.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pages/account/43.php b/pages/account/43.php index 7bf6d04..67076bb 100644 --- a/pages/account/43.php +++ b/pages/account/43.php @@ -177,6 +177,10 @@ include_once($_SESSION['_config']['filepath']."/includes/notary.inc.php"); <td class="DataTD"><a href="account.php?id=55&userid=<?=intval($row['id'])?>">show</a></td> </tr> <tr> + <td class="DataTD"><?=_("CCA accepted")?>:</td> + <td class="DataTD"><?=intval(get_user_agreement_status($row['id']))?> <a href="account.php?id=57&userid=<?=intval($row['id'])?>">show</a></td> + </tr> + <tr> <td class="DataTD"><?=_("Is Assurer")?>:</td> <td class="DataTD"><a href="account.php?id=43&assurer=<?=intval($row['id'])?>&csrf=<?=make_csrf('admsetassuret')?>"><?=$row['assurer']?></a></td> </tr> |