";
}
public function getTemplateName()
{
return "tag-form-edit.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 124 => 51, 119 => 50, 115 => 49, 109 => 47, 104 => 46, 100 => 45, 94 => 43, 89 => 42, 85 => 41, 81 => 40, 77 => 38, 74 => 37, 68 => 34, 64 => 33, 57 => 32, 54 => 31, 49 => 28, 46 => 27, 41 => 23, 39 => 25, 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("", "tag-form-edit.twig", "/home/mgatv524/public_html/edurocha/views/tag-form-edit.twig");
}
}
0bc3b6744a45e0024b2395ddce59565b1303f22e791d90dc6ad4516ddbb2ac00.php 0000644 00000010446 14716467742 0016124 0 ustar 00 blocks = [
'formTitle' => [$this, 'block_formTitle'],
'formButtons' => [$this, 'block_formButtons'],
'formHtml' => [$this, 'block_formHtml'],
];
}
protected function doGetParent(array $context)
{
// line 10
return "form-base.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 11
$context["forms"] = $this->loadTemplate("forms.twig", "displaygroup-form-command.twig", 11)->unwrap();
// line 10
$this->parent = $this->loadTemplate("form-base.twig", "displaygroup-form-command.twig", 10);
$this->parent->display($context, array_merge($this->blocks, $blocks));
}
// line 13
public function block_formTitle($context, array $blocks = [])
{
// line 14
echo " ";
echo __("Send Command");
}
// line 17
public function block_formButtons($context, array $blocks = [])
{
// line 18
echo " ";
echo __("Help");
echo ", XiboHelpRender(\"";
echo twig_escape_filter($this->env, ($context["help"] ?? null), "html", null, true);
echo "\")
";
// line 19
echo __("Cancel");
echo ", XiboDialogClose()
";
// line 20
echo __("Save");
echo ", \$(\"#displayGroupCommandForm\").submit()
";
}
// line 23
public function block_formHtml($context, array $blocks = [])
{
// line 24
echo "
";
}
public function getTemplateName()
{
return "displaygroup-form-command.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 92 => 29, 87 => 28, 83 => 27, 79 => 26, 75 => 24, 72 => 23, 66 => 20, 62 => 19, 55 => 18, 52 => 17, 47 => 14, 44 => 13, 39 => 10, 37 => 11, 31 => 10,);
}
/** @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("", "displaygroup-form-command.twig", "/home/mgatv524/public_html/edurocha/views/displaygroup-form-command.twig");
}
}