diff options
Diffstat (limited to 'pages/account/3.php')
-rw-r--r-- | pages/account/3.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pages/account/3.php b/pages/account/3.php index 5590488..b2e3184 100644 --- a/pages/account/3.php +++ b/pages/account/3.php @@ -53,6 +53,12 @@ if($_SESSION['profile']['points'] >= 50) $suffix = $_SESSION['profile']['suffix']; ?> <tr> + <td class="DataTD" colspan="2" align="left"> + <?=_("Optional comment, only used in the certifictate overview")?><br> + <input type="text" name="description" maxlength="80" size=80> + </td> + </tr> + <tr> <td class="DataTD" colspan="2" align="left"> <input type="radio" name="rootcert" value="1" checked> <?=_("Sign by class 1 root certificate")?><br> <input type="radio" name="rootcert" value="2"> <?=_("Sign by class 3 root certificate")?><br> |