updates
This commit is contained in:
@@ -5,5 +5,12 @@
|
||||
"test",
|
||||
"Christian Seyfferth",
|
||||
"error"
|
||||
],
|
||||
[
|
||||
"20\/05\/2020 19:30:22",
|
||||
"info@chrosey.de",
|
||||
"(kein Betreff)",
|
||||
"Anonym",
|
||||
"error"
|
||||
]
|
||||
]
|
||||
@@ -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>';
|
||||
|
||||
Reference in New Issue
Block a user