diff --git a/static/php/message.php b/static/php/message.php index 2f931fd..c22136b 100644 --- a/static/php/message.php +++ b/static/php/message.php @@ -20,7 +20,7 @@ function constructMessage() } else { $message .= "
"; - $message .= ( $lang == "FR" ? "Vos données d'organisation" : "Ihre Organisations-Daten"); + $message .= ( $lang == "FR" ? "Vos coordonnées" : "Ihre Kontaktdaten"); $message .= "
";
if ( isset( $_POST['gender'] ) )
{
@@ -119,16 +119,16 @@ function constructMessage()
// $message .= "Zusatzmodul Tourenplan: " . "
" . $zusatzmodulTourenplan . "
";
// }
//
-// // Form inputs von Erstbestellung
-// $bestehend = filter_input(INPUT_POST, 'bestehend');
-// if (isset($bestehend))
-// {
-// $message .= "
"
-// $message .= ( $lang == "FR" ? "Sélectionnée la version d'application"
-// : "Gewählte Applikations-Version");
-// $message .= "
"
-// $message .= $bestehend . "";
-// }
+ // Form inputs von Erstbestellung
+ $bestehend = filter_input(INPUT_POST, 'bestehend');
+ if (isset($bestehend))
+ {
+ $message .= "
"
+ $message .= ( $lang == "FR" ? "Sélectionnée la version d'application"
+ : "Gewählte Applikations-Version");
+ $message .= "
"
+ $message .= $bestehend . "";
+ }
//
// $servername = filter_input(INPUT_POST, 'servername');
// if (isset($servername))