/home/suroeste/tmp/pma_template_compiles_suroeste/twig/65
Edit: /home/suroeste/tmp/pma_template_compiles_suroeste/twig/65/653604b41da78be7729ce14dd5df635e.php (6998B)
source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
yield "
-
";
yield _gettext("Manage your settings");
// line 7
yield "
-
";
yield _gettext("Two-factor authentication");
// line 13
yield "
-
";
// line 18
yield PhpMyAdmin\Html\Generator::getIcon("b_tblops", _gettext("Features"), false, false, "TabsMode");
yield "
-
";
// line 24
yield PhpMyAdmin\Html\Generator::getIcon("b_sql", _gettext("SQL queries"), false, false, "TabsMode");
yield "
-
";
// line 30
yield PhpMyAdmin\Html\Generator::getIcon("b_select", _gettext("Navigation panel"), false, false, "TabsMode");
yield "
-
";
// line 36
yield PhpMyAdmin\Html\Generator::getIcon("b_props", _gettext("Main panel"), false, false, "TabsMode");
yield "
-
";
// line 42
yield PhpMyAdmin\Html\Generator::getIcon("b_export", _gettext("Export"), false, false, "TabsMode");
yield "
-
";
// line 48
yield PhpMyAdmin\Html\Generator::getIcon("b_import", _gettext("Import"), false, false, "TabsMode");
yield "
";
// line 54
if (($context["is_saved"] ?? null)) {
// line 55
yield " ";
yield $this->env->getFilter('raw_success')->getCallable()(_gettext("Configuration has been saved."));
yield "
";
}
// line 57
yield "
";
// line 58
if ( !($context["has_config_storage"] ?? null)) {
// line 59
yield " ";
$___internal_parse_0_ = ('' === $tmp = \Twig\Extension\CoreExtension::captureOutput((function () use (&$context, $macros, $blocks) {
// line 60
yield " ";
yield _gettext("Your preferences will be saved for current session only. Storing them permanently requires %sphpMyAdmin configuration storage%s.");
// line 61
yield " ";
return; yield '';
})())) ? '' : new Markup($tmp, $this->env->getCharset());
// line 59
yield $this->env->getFilter('notice')->getCallable()(Twig\Extension\CoreExtension::sprintf($___internal_parse_0_, (("
"), ""));
// line 62
yield " ";
}
return; yield '';
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "preferences/header.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ( 180 => 62, 178 => 59, 174 => 61, 171 => 60, 168 => 59, 166 => 58, 163 => 57, 157 => 55, 155 => 54, 146 => 48, 140 => 47, 132 => 42, 126 => 41, 118 => 36, 112 => 35, 104 => 30, 98 => 29, 90 => 24, 84 => 23, 76 => 18, 70 => 17, 64 => 13, 57 => 11, 51 => 7, 44 => 5, 38 => 1,);
}
public function getSourceContext()
{
return new Source("", "preferences/header.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/preferences/header.twig");
}
}