20 $this->
data[
'header'] = $this->t(
'{preprodwarning:warning:warning_header}');
21 $this->
data[
'autofocus'] =
'yesbutton';
23 $this->includeAtTemplateBase(
'includes/header.php');
27 <form
style=
"display: inline; margin: 0px; padding: 0px" action=
"<?php echo htmlspecialchars($this->data['yesTarget']); ?>">
31 foreach ($this->
data[
'yesData'] as
$name => $value) {
32 echo(
'<input type="hidden" name="' . htmlspecialchars(
$name) .
'" value="' . htmlspecialchars($value) .
'" />');
35 <p><?php echo $this->t(
'{preprodwarning:warning:warning}'); ?></p>
37 <input type=
"submit" name=
"yes" id=
"yesbutton" value=
"<?php echo htmlspecialchars($this->t('{preprodwarning:warning:yes}')) ?>" />
44 $this->includeAtTemplateBase(
'includes/footer.php');