782f6a8301432158041092c2b1e192eea97a544e62302793e282a4d9374dcd22.php 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. <?php
  2. /* table/structure/move_columns_dialog.twig */
  3. class __TwigTemplate_d594d1ef7be64db5a96fe5bcca6ff5d2480ef8f5ae951a8ce5b316433950f533 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. echo "<div id=\"move_columns_dialog\" class=\"hide\" title=\"";
  16. echo _gettext("Move columns");
  17. echo "\">
  18. <p>";
  19. // line 2
  20. echo _gettext("Move the columns by dragging them up and down.");
  21. echo "</p>
  22. <form action=\"tbl_structure.php\">
  23. <div>
  24. ";
  25. // line 5
  26. echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null), ($context["table"] ?? null));
  27. echo "
  28. <ul></ul>
  29. </div>
  30. </form>
  31. </div>
  32. ";
  33. }
  34. public function getTemplateName()
  35. {
  36. return "table/structure/move_columns_dialog.twig";
  37. }
  38. public function isTraitable()
  39. {
  40. return false;
  41. }
  42. public function getDebugInfo()
  43. {
  44. return array ( 30 => 5, 24 => 2, 19 => 1,);
  45. }
  46. /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
  47. public function getSource()
  48. {
  49. @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
  50. return $this->getSourceContext()->getCode();
  51. }
  52. public function getSourceContext()
  53. {
  54. return new Twig_Source("", "table/structure/move_columns_dialog.twig", "D:\\PHP_www\\phpMyAdmin4.8.5\\templates\\table\\structure\\move_columns_dialog.twig");
  55. }
  56. }