summaryrefslogtreecommitdiff
path: root/pages/account
diff options
context:
space:
mode:
authorINOPIAE <inopiae@cacert.org>2013-01-28 08:47:07 +0100
committerINOPIAE <inopiae@cacert.org>2013-01-28 08:47:07 +0100
commit9508b647a4255b3e24cfe9e734d6703ee6466ef0 (patch)
treecf01aa3f9eeca86f17238db42ee8d361dc6f00d4 /pages/account
parenta9f468f535e39962b7acfa74cd7b81e5e46c35db (diff)
downloadcacert-devel-9508b647a4255b3e24cfe9e734d6703ee6466ef0.tar.gz
cacert-devel-9508b647a4255b3e24cfe9e734d6703ee6466ef0.tar.xz
cacert-devel-9508b647a4255b3e24cfe9e734d6703ee6466ef0.zip
bug 1136: Added refernce for includes/account.php and fixed layout
Diffstat (limited to 'pages/account')
-rw-r--r--pages/account/43.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/pages/account/43.php b/pages/account/43.php
index 96196b3..695e035 100644
--- a/pages/account/43.php
+++ b/pages/account/43.php
@@ -784,7 +784,8 @@ include_once($_SESSION['_config']['filepath']."/includes/notary.inc.php");
<td colspan="6" class="title">
<form method="post" action="account.php" onSubmit="if(!confirm('<?=_("Are you sure you want to revoke all private certificates?")?>')) return false;">
<input type="hidden" name="action" value="revokecert">
- <input type="submit" value="?>=_(revoke certificates)/>?">
+ <input type="hidden" name="oldid" value="43">
+ <input type="submit" value="<?=_('revoke certificates')?>">
</form>
</td>
</tr>