source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 echo "
"; // line 2 echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null), ($context["table"] ?? null)); echo " "; // line 3 if (PhpMyAdmin\Util::showIcons("ActionLinksMode")) { // line 4 echo " "; echo PhpMyAdmin\Util::getImage("b_insrow", _gettext("Add column")); echo "  "; } // line 6 echo " "; $context["num_fields"] = ('' === $tmp = "") ? '' : new Markup($tmp, $this->env->getCharset()); // line 9 echo " "; echo sprintf(_gettext("Add %s column(s)"), ($context["num_fields"] ?? null)); echo "   "; // line 12 echo "
"; } public function getTemplateName() { return "table/structure/add_column.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 115 => 23, 112 => 22, 95 => 19, 91 => 18, 87 => 17, 70 => 16, 67 => 15, 65 => 14, 61 => 12, 55 => 9, 52 => 6, 46 => 4, 44 => 3, 40 => 2, 37 => 1,); } public function getSourceContext() { return new Source("", "table/structure/add_column.twig", "/var/www/localhost/htdocs/phpmyadmin/templates/table/structure/add_column.twig"); } }