";
}
public function getTemplateName()
{
return "maintenance-form-tidy.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 132 => 39, 127 => 38, 123 => 37, 117 => 35, 112 => 34, 108 => 33, 102 => 31, 97 => 30, 93 => 29, 87 => 27, 83 => 26, 79 => 25, 75 => 23, 72 => 22, 66 => 19, 62 => 18, 55 => 17, 52 => 16, 47 => 13, 44 => 12, 39 => 9, 37 => 10, 31 => 9,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "maintenance-form-tidy.twig", "/home/mgatv524/public_html/edurocha/views/maintenance-form-tidy.twig");
}
}
e522f55fa886537ad525e1b55dd4a57ddfd8499726fff6ebf335993f5f445a09.php 0000644 00000007153 14716436336 0016241 0 ustar 00 blocks = [
'formTitle' => [$this, 'block_formTitle'],
'formButtons' => [$this, 'block_formButtons'],
'formHtml' => [$this, 'block_formHtml'],
];
}
protected function doGetParent(array $context)
{
// line 23
return "form-base.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 24
$context["forms"] = $this->loadTemplate("forms.twig", "layout-form-discard.twig", 24)->unwrap();
// line 23
$this->parent = $this->loadTemplate("form-base.twig", "layout-form-discard.twig", 23);
$this->parent->display($context, array_merge($this->blocks, $blocks));
}
// line 26
public function block_formTitle($context, array $blocks = [])
{
// line 27
echo " ";
$context["layout"] = $this->getAttribute(($context["layout"] ?? null), "layout", []);
// line 28
echo " ";
/* xgettext:no-php-format */ echo strtr(__("Discard %layout%"), array("%layout%" => ($context["layout"] ?? null), ));
}
// line 31
public function block_formButtons($context, array $blocks = [])
{
// line 32
echo " ";
echo __("Cancel");
echo ", XiboDialogClose()
";
// line 33
echo __("Discard");
echo ", \$(\"#layoutDiscardForm\").submit()
";
}
// line 36
public function block_formHtml($context, array $blocks = [])
{
// line 37
echo "
";
}
public function getTemplateName()
{
return "layout-form-discard.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 80 => 40, 76 => 39, 72 => 37, 69 => 36, 63 => 33, 58 => 32, 55 => 31, 50 => 28, 47 => 27, 44 => 26, 39 => 23, 37 => 24, 31 => 23,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "layout-form-discard.twig", "/home/mgatv524/public_html/edurocha/views/layout-form-discard.twig");
}
}