diff options
Diffstat (limited to 'pages/account/17.php')
-rw-r--r-- | pages/account/17.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pages/account/17.php b/pages/account/17.php index cd2ad0a..0d5c2c7 100644 --- a/pages/account/17.php +++ b/pages/account/17.php @@ -19,10 +19,10 @@ require_once($_SESSION['_config']['filepath'].'/includes/keygen.php'); ?> - + -- <?=_("or")?> -- <form method="post" action="account.php"> <input type="hidden" name="keytype" value="VI"> - <textarea rows="10" cols="10" name="CSR"></textarea> - <input type="submit" name="submit" value="Erstellen einer Zertifikat-Anfrage (CSR)"> + <textarea rows="20" cols="40" name="CSR"></textarea> + <input type="submit" name="submit" value="<?=_("Submit CSR")?>"> <input type="hidden" name="oldid" value="17"> </form> |