";
}
public function getTemplateName()
{
return "dataset-column-form-delete.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 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("", "dataset-column-form-delete.twig", "/home/mgatv524/public_html/edurocha/views/dataset-column-form-delete.twig");
}
}
37ac8fd2ee90da6205859d23298ac9cb16fca0773814b6f5b527613c5c9a5275.php 0000644 00000011767 14716461752 0016044 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-toggleactive.twig", 25)->unwrap();
// line 24
$this->parent = $this->loadTemplate("form-base.twig", "reportschedule-form-toggleactive.twig", 24);
$this->parent->display($context, array_merge($this->blocks, $blocks));
}
// line 27
public function block_formTitle($context, array $blocks = [])
{
// line 28
echo " ";
if (($this->getAttribute(($context["reportSchedule"] ?? null), "isActive", []) == 1)) {
// line 29
echo " ";
echo __("Pause Report Schedule");
// line 30
echo " ";
} else {
// line 31
echo " ";
echo __("Resume Report Schedule");
// line 32
echo " ";
}
}
// line 35
public function block_formButtons($context, array $blocks = [])
{
// line 36
echo " ";
echo __("Help");
echo ", XiboHelpRender(\"";
echo twig_escape_filter($this->env, ($context["help"] ?? null), "html", null, true);
echo "\")
";
// line 37
echo __("Cancel");
echo ", XiboDialogClose()
";
// line 38
echo __("Yes");
echo ", \$(\"#reportScheduleToggleActiveForm\").submit()
";
}
// line 41
public function block_formHtml($context, array $blocks = [])
{
// line 42
echo "
";
}
public function getTemplateName()
{
return "reportschedule-form-toggleactive.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 113 => 50, 110 => 49, 105 => 48, 102 => 47, 97 => 46, 95 => 45, 91 => 44, 87 => 42, 84 => 41, 78 => 38, 74 => 37, 67 => 36, 64 => 35, 59 => 32, 56 => 31, 53 => 30, 50 => 29, 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-toggleactive.twig", "/home/mgatv524/public_html/edurocha/views/reportschedule-form-toggleactive.twig");
}
}