";
}
public function getTemplateName()
{
return "layout-form-export.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 130 => 40, 125 => 39, 121 => 38, 115 => 36, 110 => 35, 106 => 34, 103 => 33, 97 => 31, 92 => 30, 90 => 29, 84 => 27, 79 => 26, 77 => 25, 73 => 24, 69 => 22, 66 => 21, 60 => 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("", "layout-form-export.twig", "/home/mgatv524/public_html/edurocha/views/layout-form-export.twig");
}
}
34a6fbac802029f7c5a45dfeddec350bdc535c00ddb44c015549ce861f546815.php 0000644 00000007611 14716462662 0016304 0 ustar 00 blocks = [
'formTitle' => [$this, 'block_formTitle'],
'formButtons' => [$this, 'block_formButtons'],
'formHtml' => [$this, 'block_formHtml'],
];
}
protected function doGetParent(array $context)
{
// line 24
return "form-base.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 25
$context["forms"] = $this->loadTemplate("forms.twig", "reportschedule-form-reset.twig", 25)->unwrap();
// line 24
$this->parent = $this->loadTemplate("form-base.twig", "reportschedule-form-reset.twig", 24);
$this->parent->display($context, array_merge($this->blocks, $blocks));
}
// line 27
public function block_formTitle($context, array $blocks = [])
{
// line 28
echo " ";
echo __("Reset Report Schedule");
}
// line 31
public function block_formButtons($context, array $blocks = [])
{
// line 32
echo " ";
echo __("Help");
echo ", XiboHelpRender(\"";
echo twig_escape_filter($this->env, ($context["help"] ?? null), "html", null, true);
echo "\")
";
// line 33
echo __("Cancel");
echo ", XiboDialogClose()
";
// line 34
echo __("Yes");
echo ", \$(\"#reportScheduleResetForm\").submit()
";
}
// line 37
public function block_formHtml($context, array $blocks = [])
{
// line 38
echo "
";
}
public function getTemplateName()
{
return "reportschedule-form-reset.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 87 => 42, 83 => 41, 79 => 40, 75 => 38, 72 => 37, 66 => 34, 62 => 33, 55 => 32, 52 => 31, 47 => 28, 44 => 27, 39 => 24, 37 => 25, 31 => 24,);
}
/** @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("", "reportschedule-form-reset.twig", "/home/mgatv524/public_html/edurocha/views/reportschedule-form-reset.twig");
}
}
34e5834a79b2e8d1687d5505408d00b70e812c5421a7a35e17fc4f639809667f.php 0000644 00000041364 14716462662 0015466 0 ustar 00 blocks = [
'formTitle' => [$this, 'block_formTitle'],
'formButtons' => [$this, 'block_formButtons'],
'callBack' => [$this, 'block_callBack'],
'formHtml' => [$this, 'block_formHtml'],
];
}
protected function doGetParent(array $context)
{
// line 9
return "form-base.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 10
$context["forms"] = $this->loadTemplate("forms.twig", "schedule-form-now.twig", 10)->unwrap();
// line 9
$this->parent = $this->loadTemplate("form-base.twig", "schedule-form-now.twig", 9);
$this->parent->display($context, array_merge($this->blocks, $blocks));
}
// line 12
public function block_formTitle($context, array $blocks = [])
{
// line 13
echo " ";
echo __("Schedule Now");
}
// line 16
public function block_formButtons($context, array $blocks = [])
{
// line 17
echo " ";
echo __("Help");
echo ", XiboHelpRender(\"";
echo twig_escape_filter($this->env, ($context["help"] ?? null), "html", null, true);
echo "\")
";
// line 18
echo __("Cancel");
echo ", XiboDialogClose()
";
// line 19
echo __("Save");
echo ", scheduleNowFormSubmit(\$(\"#scheduleNowForm\"))
";
}
// line 22
public function block_callBack($context, array $blocks = [])
{
echo "setupScheduleNowForm";
}
// line 24
public function block_formHtml($context, array $blocks = [])
{
// line 25
echo "