b5269b30ec6c8dff4486259508b11c1389e7aa7e73a7d67df778bf96e419362b.php 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. <?php
  2. /* config/form_display/fieldset_bottom.twig */
  3. class __TwigTemplate_10b3f02c90dae06f8917ffbfd1bd75e16dc6b555e336766c03af5041bfce0441 extends Twig_Template
  4. {
  5. public function __construct(Twig_Environment $env)
  6. {
  7. parent::__construct($env);
  8. $this->parent = false;
  9. $this->blocks = [
  10. ];
  11. }
  12. protected function doDisplay(array $context, array $blocks = [])
  13. {
  14. // line 1
  15. $context["colspan"] = 2;
  16. // line 2
  17. if ((isset($context["is_setup"]) ? $context["is_setup"] : null)) {
  18. // line 3
  19. echo " ";
  20. $context["colspan"] = ((isset($context["colspan"]) ? $context["colspan"] : null) + 1);
  21. }
  22. // line 5
  23. if ((isset($context["show_buttons"]) ? $context["show_buttons"] : null)) {
  24. // line 6
  25. echo " <tr>
  26. <td colspan=\"";
  27. // line 7
  28. echo twig_escape_filter($this->env, (isset($context["colspan"]) ? $context["colspan"] : null), "html", null, true);
  29. echo "\" class=\"lastrow\">
  30. <input type=\"submit\" name=\"submit_save\" value=\"";
  31. // line 8
  32. echo _gettext("Apply");
  33. echo "\" class=\"green\" />
  34. <input type=\"button\" name=\"submit_reset\" value=\"";
  35. // line 9
  36. echo _gettext("Reset");
  37. echo "\" />
  38. </td>
  39. </tr>
  40. ";
  41. }
  42. // line 13
  43. echo "</table>
  44. </fieldset>
  45. ";
  46. }
  47. public function getTemplateName()
  48. {
  49. return "config/form_display/fieldset_bottom.twig";
  50. }
  51. public function isTraitable()
  52. {
  53. return false;
  54. }
  55. public function getDebugInfo()
  56. {
  57. return array ( 47 => 13, 40 => 9, 36 => 8, 32 => 7, 29 => 6, 27 => 5, 23 => 3, 21 => 2, 19 => 1,);
  58. }
  59. /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
  60. public function getSource()
  61. {
  62. @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
  63. return $this->getSourceContext()->getCode();
  64. }
  65. public function getSourceContext()
  66. {
  67. return new Twig_Source("", "config/form_display/fieldset_bottom.twig", "D:\\PHP_www\\phpMyAdmin4.8.5\\templates\\config\\form_display\\fieldset_bottom.twig");
  68. }
  69. }