";
}
// line 43
public function block_moduleFormFields($context, array $blocks = [])
{
// line 44
echo "
";
}
public function getTemplateName()
{
return "module-form-settings.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 157 => 44, 154 => 43, 147 => 46, 145 => 43, 139 => 41, 134 => 40, 130 => 39, 124 => 37, 119 => 36, 115 => 35, 109 => 33, 104 => 32, 100 => 31, 94 => 29, 89 => 28, 85 => 27, 80 => 25, 76 => 23, 73 => 22, 67 => 19, 63 => 18, 56 => 17, 53 => 16, 48 => 13, 45 => 12, 40 => 9, 38 => 10, 32 => 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("", "module-form-settings.twig", "/home/mgatv524/public_html/edurocha/views/module-form-settings.twig");
}
}
26a9242ffd676654c367a1dc4a3118dfe868ef1181f8994d8307865f9747d975.php 0000644 00000017502 14716465012 0015603 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", "dataset-data-form-add.twig", 24)->unwrap();
// line 23
$this->parent = $this->loadTemplate("form-base.twig", "dataset-data-form-add.twig", 23);
$this->parent->display($context, array_merge($this->blocks, $blocks));
}
// line 26
public function block_formTitle($context, array $blocks = [])
{
// line 27
echo " ";
echo __("Add Data");
}
// line 30
public function block_formButtons($context, array $blocks = [])
{
// line 31
echo " ";
echo __("Cancel");
echo ", XiboDialogClose()
";
// line 32
echo __("Next");
echo ", XiboDialogApply(\"#dataSetDataAdd\")
";
// line 33
echo __("Save");
echo ", \$(\"#dataSetDataAdd\").submit()
";
}
// line 36
public function block_formHtml($context, array $blocks = [])
{
// line 37
echo "
";
}
public function getTemplateName()
{
return "dataset-data-form-add.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 148 => 69, 142 => 68, 139 => 67, 133 => 65, 127 => 63, 125 => 62, 120 => 61, 118 => 59, 116 => 51, 111 => 50, 109 => 49, 104 => 48, 102 => 47, 97 => 46, 94 => 45, 91 => 43, 88 => 42, 85 => 41, 81 => 40, 77 => 39, 73 => 37, 70 => 36, 64 => 33, 60 => 32, 55 => 31, 52 => 30, 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("", "dataset-data-form-add.twig", "/home/mgatv524/public_html/edurocha/views/dataset-data-form-add.twig");
}
}