Skip to content
Code-Schnipsel Gruppen Projekte
Commit e6a4222e erstellt von Patrick Müller's avatar Patrick Müller
Dateien durchsuchen

style: codestyle

Übergeordneter 78dcab4b
Keine zugehörigen Branchen gefunden
Keine zugehörigen Tags gefunden
Keine zugehörigen Merge Requests gefunden
...@@ -66,10 +66,9 @@ function ($brickId, $project, $siteId, $message, $name, $email, $privacyPolicyAc ...@@ -66,10 +66,9 @@ function ($brickId, $project, $siteId, $message, $name, $email, $privacyPolicyAc
if ($privacyPolicyCheckbox) { if ($privacyPolicyCheckbox) {
$body .= '<span style="font-weight: bold;">' $body .= '<span style="font-weight: bold;">'
.QUI::getLocale()->get( .QUI::getLocale()->get(
'quiqqer/bricks', 'quiqqer/bricks',
'brick.control.simpleContact.mail.privacyPolicy_accepted' 'brick.control.simpleContact.mail.privacyPolicy_accepted'
) ).'</span><br/>';
.'</span><br/>';
} }
$body .= "<span style=\"font-weight: bold;\">Message:</span><br /><br /> $body .= "<span style=\"font-weight: bold;\">Message:</span><br /><br />
......
...@@ -178,9 +178,9 @@ public function sendMail($Engine) ...@@ -178,9 +178,9 @@ public function sendMail($Engine)
if ($privacyPolicyCheckbox && !empty($_POST['privacyPolicy'])) { if ($privacyPolicyCheckbox && !empty($_POST['privacyPolicy'])) {
$body .= '<span style="font-weight: bold;">' $body .= '<span style="font-weight: bold;">'
.QUI::getLocale()->get( .QUI::getLocale()->get(
'quiqqer/bricks', 'quiqqer/bricks',
'brick.control.simpleContact.mail.privacyPolicy_accepted' 'brick.control.simpleContact.mail.privacyPolicy_accepted'
) )
.'</span><br/>'; .'</span><br/>';
} }
......
0% Lade oder .
You are about to add 0 people to the discussion. Proceed with caution.
Bearbeitung dieser Nachricht zuerst beenden!
Bitte registrieren oder zum Kommentieren