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 4 if (($context["is_edit"] ?? null)) { // line 5 echo " env, twig_get_attribute($this->env, $this->source, ($context["item"] ?? null), "item_original_name", [], "any", false, false, false, 5), "html", null, true); echo "\"> "; } // line 7 echo " "; if (($context["is_ajax"] ?? null)) { // line 8 echo " "; } // line 11 echo "
"; echo _gettext("Details"); // line 15 echo " "; if ( !($context["is_edit"] ?? null)) { // line 16 echo " "; echo PhpMyAdmin\Html\MySQLDocumentation::show("CREATE_TRIGGER"); echo " "; } // line 18 echo "
"; echo _gettext("Trigger name"); // line 23 echo " env, twig_get_attribute($this->env, $this->source, ($context["item"] ?? null), "item_name", [], "any", false, false, false, 24), "html", null, true); echo "\">
"; echo _gettext("Table"); // line 27 echo "
"; echo _pgettext("Trigger action time", "Time"); // line 37 echo "
"; echo _gettext("Event"); // line 47 echo "
"; echo _gettext("Definition"); // line 57 echo "
"; echo _gettext("Definer"); // line 61 echo " env, twig_get_attribute($this->env, $this->source, ($context["item"] ?? null), "item_definer", [], "any", false, false, false, 62), "html", null, true); echo "\">
"; // line 67 if ( !($context["is_ajax"] ?? null)) { // line 68 echo "
"; } // line 72 echo "
"; } public function getTemplateName() { return "database/triggers/editor_form.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 222 => 72, 214 => 69, 211 => 68, 209 => 67, 201 => 62, 198 => 61, 191 => 58, 188 => 57, 181 => 53, 168 => 51, 164 => 50, 159 => 47, 152 => 43, 139 => 41, 135 => 40, 130 => 37, 123 => 33, 110 => 31, 106 => 30, 101 => 27, 94 => 24, 91 => 23, 83 => 18, 77 => 16, 74 => 15, 68 => 11, 61 => 8, 58 => 7, 52 => 5, 50 => 4, 46 => 3, 42 => 2, 37 => 1,); } public function getSourceContext() { return new Source("", "database/triggers/editor_form.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/database/triggers/editor_form.twig"); } }