parent = false;
$this->blocks = array(
);
}
protected function doDisplay(array $context, array $blocks = array())
{
// line 1
echo PhpMyAdmin\Util::getDivForSliderEffect("searchoptions", _gettext("Options"));
echo "
";
// line 4
echo "
";
// line 23
echo "
";
// line 33
echo "
";
// line 44
echo "
";
}
public function getTemplateName()
{
return "table/search/options.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 135 => 64, 133 => 54, 129 => 52, 120 => 49, 115 => 48, 111 => 47, 106 => 45, 103 => 44, 96 => 39, 88 => 34, 85 => 33, 78 => 28, 75 => 27, 73 => 26, 69 => 25, 65 => 23, 58 => 17, 49 => 14, 43 => 12, 39 => 11, 34 => 9, 30 => 7, 28 => 6, 24 => 4, 19 => 1,);
}
/** @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 Twig_Source("", "table/search/options.twig", "/var/www/html/phpMyAdmin/templates/table/search/options.twig");
}
}