This commit is contained in:
2020-11-21 15:18:11 +01:00
parent fad4db6f29
commit f905518c9c
11 changed files with 100 additions and 28 deletions
+7
View File
@@ -5,5 +5,12 @@
"test",
"Christian Seyfferth",
"error"
],
[
"20\/05\/2020 19:30:22",
"info@chrosey.de",
"(kein Betreff)",
"Anonym",
"error"
]
]
+1 -1
View File
@@ -179,7 +179,7 @@ class P01contactForm
}
$html .= '<div><input name="p01-contact_form[id]" type="hidden" value="' . $this->id . '" />';
$html .= '<input name="p01-contact_form[token]" type="hidden" value="' . $this->getToken() . '" />';
$html .= '<input class="submit" type="submit" value="' . $this->lang('send') . '" /></div>';
$html .= '<button class="btn waves-effect waves-light submit" type="submit" value="' . $this->lang('send') . '">' . $this->lang('send') . '<i class="material-icons right">send</i></button></div>';
}
$html .= '</div>';