0x1998 - MANAGER
Edit File: 56f08ddd51b9b3783ac1ef51be4b1d62bb3faca07cf8e7078b306e3cc9848bbd.php
<?php /* table/structure/table_structure_header.twig */ class __TwigTemplate_79e2a4a7500f033ef45f9574bc33a9cf02b49d42a30e3b708afc829b0100cfc0 extends Twig_Template { public function __construct(Twig_Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { // line 1 echo "<thead> <tr> <th class=\"print_ignore\"></th> <th>#</th> <th>"; // line 5 echo _gettext("Name"); echo "</th> <th>"; // line 6 echo _gettext("Type"); echo "</th> <th>"; // line 7 echo _gettext("Collation"); echo "</th> <th>"; // line 8 echo _gettext("Attributes"); echo "</th> <th>"; // line 9 echo _gettext("Null"); echo "</th> <th>"; // line 10 echo _gettext("Default"); echo "</th> "; // line 11 if (($context["show_column_comments"] ?? null)) { // line 12 echo "<th>"; echo _gettext("Comments"); echo "</th>"; } // line 14 echo " <th>"; echo _gettext("Extra"); echo "</th> "; // line 16 echo " "; if (( !($context["db_is_system_schema"] ?? null) && !($context["tbl_is_view"] ?? null))) { // line 17 echo " <th colspan=\""; echo ((PhpMyAdmin\Util::showIcons("ActionLinksMode")) ? ("8") : ("9")); // line 18 echo "\" class=\"action print_ignore\">"; echo _gettext("Action"); echo "</th> "; } // line 20 echo " </tr> </thead> "; } public function getTemplateName() { return "table/structure/table_structure_header.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 73 => 20, 67 => 18, 64 => 17, 61 => 16, 56 => 14, 51 => 12, 49 => 11, 45 => 10, 41 => 9, 37 => 8, 33 => 7, 29 => 6, 25 => 5, 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/structure/table_structure_header.twig", "/home/itseasv/www/itseasy/admindb/templates/table/structure/table_structure_header.twig"); } }