diff --git a/content/german/bestellung/freiberufliche.md b/content/german/bestellung/freiberufliche.md index 70d19f8..6794df5 100644 --- a/content/german/bestellung/freiberufliche.md +++ b/content/german/bestellung/freiberufliche.md @@ -92,7 +92,7 @@ kommentar = 'age und hobbies sind honeypots'
Welche Leistungen bieten Sie an?
- +           diff --git a/static/php/message.php b/static/php/message.php index 295d983..f104112 100644 --- a/static/php/message.php +++ b/static/php/message.php @@ -133,11 +133,11 @@ function constructMessage() // form inputs cantons - only FPP if ( ! isset($organisation) && $lang == "DE" ) { - $arrAllCantons = [ "AG", "AI", "AR", "BE", "BL", "BS", "FR", "GE", "GL", "GR", "JU", "LU", "NE", "NW", "OW", "SG", "SH", "SO", "SZ", "TG", "UR", "VD", "VS", "ZG", "ZH" ]; + $arrServiceTyps = [ "SOM", "PSY", "AÜP" ]; $message .= "

"; - $message .= "Kantone, in denen Sie eine Bewilligung (beantragt) haben"; + $message .= "Leistungen, die Sie anbieten"; $message .= "
"; - foreach ( $arrAllCantons as $abbreviation ) + foreach ( $arrServiceTyps as $abbreviation ) { if (isset( $_POST[$abbreviation]) ) { @@ -145,12 +145,11 @@ function constructMessage() } } $message .= "

"; - - $arrServiceTyps = [ "SOM", "PSY", "AÜP" ]; + $arrAllCantons = [ "AG", "AI", "AR", "BE", "BL", "BS", "FR", "GE", "GL", "GR", "JU", "LU", "NE", "NW", "OW", "SG", "SH", "SO", "SZ", "TG", "UR", "VD", "VS", "ZG", "ZH" ]; $message .= "

"; - $message .= "Leistungen, die Sie anbieten"; + $message .= "Kantone, in denen Sie eine Bewilligung (beantragt) haben"; $message .= "
"; - foreach ( $arrServiceTyps as $abbreviation ) + foreach ( $arrAllCantons as $abbreviation ) { if (isset( $_POST[$abbreviation]) ) {