Compare commits
2 commits
60aa3ebfb0
...
7ace32025b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7ace32025b | ||
|
|
c213fd94a0 |
1 changed files with 3 additions and 2 deletions
|
|
@ -123,7 +123,7 @@ function constructMessage()
|
|||
$bestehend = filter_input(INPUT_POST, 'bestehend');
|
||||
if (isset($bestehend))
|
||||
{
|
||||
$message .= "<hr/><p><b>"
|
||||
$message .= "<hr/><p><b>";
|
||||
$message .= ( $lang == "FR" ? "Sélectionnée la version d'application"
|
||||
: "Gewählte Applikations-Version");
|
||||
$message .= "</b><br/>";
|
||||
|
|
@ -133,7 +133,7 @@ function constructMessage()
|
|||
$servername = filter_input(INPUT_POST, 'servername');
|
||||
if (isset($servername))
|
||||
{
|
||||
$message .= ( ! isset($bestehend) "<hr/><p><b>" : "<br/><b>" );
|
||||
$message .= ( ! isset($bestehend) ? "<hr/><p><b>" : "<br/><b>" );
|
||||
$message .= ( $lang == "FR" ? "Nom pour le serveur" : "Name des Webbereichs / der Instanz");
|
||||
$message .= "</b><br/>";
|
||||
$message .= $servername . "</p>";
|
||||
|
|
@ -168,6 +168,7 @@ function constructMessage()
|
|||
$message .= ( $lang == "FR" ? "Avez-vous besoin du programme de soins post-nataux?" : "Benötigen Sie die Wochenbett-Version?");
|
||||
$message .= "<br/>" . $wochenbett . "<br/><br/>";
|
||||
}
|
||||
|
||||
// // Form inputs von Zusatzmodule Freiberufliche
|
||||
// $zusatzmodulPop2 = filter_input(INPUT_POST, 'zusatzmodul-pop2');
|
||||
// if (isset($zusatzmodulPop2))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue