diff options
author | INOPIAE <inopiae@cacert.org> | 2012-11-11 20:14:15 +0100 |
---|---|---|
committer | Benny Baumann <BenBE@geshi.org> | 2012-11-12 01:26:38 +0100 |
commit | 3ecae0b73b5a750e7853838b3bded110011536e5 (patch) | |
tree | 1e92ac90733e51761ae44c3a085c70a9cf181a29 /pages/gpg/0.php | |
parent | 7baaa9a0ac611329539a43031ca3d0e81bba2b5f (diff) | |
download | cacert-devel-3ecae0b73b5a750e7853838b3bded110011536e5.tar.gz cacert-devel-3ecae0b73b5a750e7853838b3bded110011536e5.tar.xz cacert-devel-3ecae0b73b5a750e7853838b3bded110011536e5.zip |
bug 782: Added a comment field to all certificate pages
Diffstat (limited to 'pages/gpg/0.php')
-rw-r--r-- | pages/gpg/0.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pages/gpg/0.php b/pages/gpg/0.php index ce3b72a..319c2f9 100644 --- a/pages/gpg/0.php +++ b/pages/gpg/0.php @@ -19,6 +19,8 @@ ?> <p><?=_("Paste your own public OpenPGP key below. It should not contain a picture. CAcert will sign your key after submission.")?></p> <form method="post" action="gpg.php"> +<p> <?=_("Optional comment, only used in the certifictate overview")?><br> + <input type="text" name="description" maxlength="80" size=80></p> <textarea name="CSR" cols="80" rows="15"><?=array_key_exists('CSR',$_POST)?strip_tags($_POST['CSR']):""?></textarea><br> <input type="submit" name="process" value="<?=_("Submit")?>"> <input type="hidden" name="oldid" value="<?=$id?>"> |