Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJos Poortvliet <jospoortvliet@gmail.com>2020-12-16 22:44:18 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2020-12-16 22:45:05 +0300
commitf80b7d1abba683f76124a945cc779a70efb8ba99 (patch)
tree8b331d7a19f0156380e361fc4bcd36392ca5a2a4 /page-ionossubmit.php
parentbe9ac590fa463215bf42833bc7f6bbe314666e58 (diff)
update IONOS form
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
Diffstat (limited to 'page-ionossubmit.php')
-rw-r--r--page-ionossubmit.php11
1 files changed, 5 insertions, 6 deletions
diff --git a/page-ionossubmit.php b/page-ionossubmit.php
index 330ba755..132550e3 100644
--- a/page-ionossubmit.php
+++ b/page-ionossubmit.php
@@ -36,8 +36,7 @@ if(isset($_POST['email'])) {
echo $error . "<br />";
?>
</p>
- <p><?php echo $l->t('Use the back key to go to the previous page and fix the
- issue!');?></p>
+ <p><?php echo $l->t('Use the back key to go to the previous page and fix the issue!');?></p>
</div>
</section>
<?php
@@ -146,7 +145,7 @@ if(isset($_POST['email'])) {
// OUTLOOK
if ($outlook === 'yes') {
- $outlookPrice = $users * 0.5;
+ $outlookPrice = $users * 0.6;
}
if (!in_array($edugov, ['no', 'edu', 'gov', 'charity'])) {
@@ -236,14 +235,14 @@ if(isset($_POST['email'])) {
$email_message .= "Number of users: " . clean_string($users) . "\n";
// $email_message .= "Edition: " . clean_string($edition) . "\n";
// $email_message .= "How many years: " . clean_string($duration) . "\n";
- $email_message .= "Education/government/charity discount: " . clean_string($edugov) . "\n\n" . "Options:\n";
- $email_message .= "Would like Outlook option (5€/user): " . clean_string($outlook) . "\n";
+// $email_message .= "Education/government/charity discount: " . clean_string($edugov) . "\n\n" . "Options:\n";
+ $email_message .= "Outlook option (€0.6/user/month): " . clean_string($outlook) . "\n";
// $email_message .= "Number of Collabora users (17€ for first 99, then 16€/user): " . clean_string($collaboraCheck) . "\n";
// $email_message .= "Would like ONLYOFFICE option (935€ for first 250): " . clean_string($onlyofficeCheck) . "\n";
// $email_message .= "Would like remote installation help (990 €): " . clean_string($remoteinstall) . "\n\n";
// $email_message .= "Would like Branding option: ".clean_string($branding)."\n";
// $email_message .= "Would like Spreed option: ".clean_string($spreed)."\n";
- $email_message .= "Price: " . clean_string($givenprice) . "\n";
+ $email_message .= "Price per month: " . clean_string($givenprice) . "\n";
//$email_message .= "Would like to pay in dollars: ".clean_string($dollars)."\n";
$email_message .= "Signed terms: " . clean_string($terms) . "\n\n";