/home/desid573/tmp/pma_template_compiles_desid573/twig/d1
Edit: /home/desid573/tmp/pma_template_compiles_desid573/twig/d1/d1f3c4a1fd8678d1e23aff7ab4bd43d4.php (7921B)
source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "
env, $this->extensions['PhpMyAdmin\Twig\AssetExtension']->getImagePath((("arrow_" . ($context["text_dir"] ?? null)) . ".png")), "html", null, true);
echo "\" width=\"38\" height=\"22\" alt=\"";
echo _gettext("With selected:");
echo "\">
";
echo _gettext("Check all");
// line 4
echo "
";
// line 5
if ((($context["overhead_check"] ?? null) != "")) {
// line 6
echo " /
";
echo _gettext("Check tables having overhead");
echo "
";
}
// line 8
echo "
";
echo _gettext("With selected:");
echo "
";
echo _gettext("Copy table");
// line 10
echo "
";
echo _gettext("Show create");
// line 11
echo "
";
echo _gettext("Export");
// line 12
echo "
";
// line 13
if (( !($context["db_is_system_schema"] ?? null) && !($context["disable_multi_table"] ?? null))) {
// line 14
echo "
";
echo _gettext("Empty");
// line 15
echo "
";
echo _gettext("Drop");
// line 16
echo "
";
echo _gettext("Analyze table");
// line 19
echo "
";
echo _gettext("Check table");
// line 20
echo "
";
echo _gettext("Checksum table");
// line 21
echo "
";
echo _gettext("Optimize table");
// line 22
echo "
";
echo _gettext("Repair table");
// line 23
echo "
";
echo _gettext("Add prefix to table");
// line 26
echo "
";
echo _gettext("Replace table prefix");
// line 27
echo "
";
echo _gettext("Copy table with prefix");
// line 28
echo "
";
}
// line 31
echo " ";
if ((array_key_exists("central_columns_work", $context) && ($context["central_columns_work"] ?? null))) {
// line 32
echo "
";
echo _gettext("Add columns to central list");
// line 33
echo "
";
echo _gettext("Remove columns from central list");
// line 34
echo "
";
echo _gettext("Make consistent with central list");
// line 35
echo "
";
}
// line 38
echo "
";
// line 39
echo twig_join_filter(($context["hidden_fields"] ?? null), "
");
echo "
";
// line 42
if ((array_key_exists("central_columns_work", $context) && ($context["central_columns_work"] ?? null))) {
// line 43
echo "
";
// line 52
echo PhpMyAdmin\Sanitize::sanitizeMessage(_gettext("This action may change some of the columns definition.[br]Are you sure you want to continue?"));
echo "
";
}
}
public function getTemplateName()
{
return "database/structure/check_all_tables.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 204 => 56, 200 => 55, 193 => 52, 188 => 49, 184 => 48, 176 => 43, 174 => 42, 167 => 39, 164 => 38, 159 => 35, 155 => 34, 151 => 33, 145 => 32, 142 => 31, 137 => 28, 133 => 27, 129 => 26, 125 => 25, 120 => 23, 116 => 22, 112 => 21, 108 => 20, 104 => 19, 100 => 18, 95 => 16, 91 => 15, 85 => 14, 83 => 13, 80 => 12, 76 => 11, 72 => 10, 66 => 9, 62 => 8, 56 => 6, 54 => 5, 51 => 4, 47 => 3, 40 => 2, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "database/structure/check_all_tables.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/database/structure/check_all_tables.twig");
}
}