From a10e3269849928ad14d50b746b618fa82b507e68 Mon Sep 17 00:00:00 2001 From: Felix Ableitner Date: Wed, 23 Jan 2019 14:53:49 +0100 Subject: [PATCH] Add field to enter email --- htdocs/index.php | 23 +++++++++++++++++++++-- htdocs/langs/en.strings | 5 ++++- 2 files changed, 25 insertions(+), 3 deletions(-) diff --git a/htdocs/index.php b/htdocs/index.php index c281a37..d6db5be 100644 --- a/htdocs/index.php +++ b/htdocs/index.php @@ -144,7 +144,7 @@ function getStr($key) { " tabindex="2" type="text" /> + + +
+
+ + " tabindex="2" type="text" /> +
diff --git a/htdocs/langs/en.strings b/htdocs/langs/en.strings index 3b39c84..90d3be4 100644 --- a/htdocs/langs/en.strings +++ b/htdocs/langs/en.strings @@ -53,4 +53,7 @@ success_account_created ===== Success success_message1 ===== Your email account XXX@@@@domain@@@ was successfully created. success_message2 ===== You can already use it to log into https://webmail.@@@domain@@@/ with your brand-new account. success_message3 ===== Lots of different email clients are able to automatically configure your email account - you just need to provide email address and password in order to connect.

For example:
/e/ Mail, Mozilla Thunderbird 3.1 or newer, Evolution, KMail, Kontact and Outlook 2007 or newer.

-success_message4 =====

If you are using a current Apple Mail version (both on macOS or iOS) you can visit https://autoconfig.@@@domain@@@/ and fill in your details to download a configuration package that automatically configures your client.

If you are using yet another email client you can find configuration details for a manual setup process here. \ No newline at end of file +success_message4 =====

If you are using a current Apple Mail version (both on macOS or iOS) you can visit https://autoconfig.@@@domain@@@/ and fill in your details to download a configuration package that automatically configures your client.

If you are using yet another email client you can find configuration details for a manual setup process here. +form_label_email ===== Email +form_placeholder_email ===== ex: user@example.com +form_placeholder_email_short ===== user@example.com -- GitLab