source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "
-
";
// line 6
echo _gettext("Manage your settings");
// line 7
echo "
-
";
// line 12
echo _gettext("Two-factor authentication");
// line 13
echo "
-
";
// line 18
echo \PhpMyAdmin\Html\Generator::getIcon("b_tblops", _gettext("Features"), false, false, "TabsMode");
echo "
-
";
// line 24
echo \PhpMyAdmin\Html\Generator::getIcon("b_sql", _gettext("SQL queries"), false, false, "TabsMode");
echo "
-
";
// line 30
echo \PhpMyAdmin\Html\Generator::getIcon("b_select", _gettext("Navigation panel"), false, false, "TabsMode");
echo "
-
";
// line 36
echo \PhpMyAdmin\Html\Generator::getIcon("b_props", _gettext("Main panel"), false, false, "TabsMode");
echo "
-
";
// line 42
echo \PhpMyAdmin\Html\Generator::getIcon("b_export", _gettext("Export"), false, false, "TabsMode");
echo "
-
";
// line 48
echo \PhpMyAdmin\Html\Generator::getIcon("b_import", _gettext("Import"), false, false, "TabsMode");
echo "
";
// line 54
if (($context["is_saved"] ?? null)) {
// line 55
echo " ";
echo call_user_func_array($this->env->getFilter('raw_success')->getCallable(), [_gettext("Configuration has been saved.")]);
echo "
";
}
// line 57
echo "
";
// line 58
if ( !($context["has_config_storage"] ?? null)) {
// line 59
echo " ";
ob_start(function () { return ''; });
// line 60
echo " ";
echo _gettext("Your preferences will be saved for current session only. Storing them permanently requires %sphpMyAdmin configuration storage%s.");
// line 61
echo " ";
$___internal_df931ea307bbcbfe8877a078f24d146e11ac1f8287fb6883540c2e152a560d08_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 59
echo call_user_func_array($this->env->getFilter('notice')->getCallable(), [sprintf($___internal_df931ea307bbcbfe8877a078f24d146e11ac1f8287fb6883540c2e152a560d08_, (("
"), "")]);
// line 62
echo " ";
}
}
public function getTemplateName()
{
return "preferences/header.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 180 => 62, 178 => 59, 175 => 61, 172 => 60, 169 => 59, 167 => 58, 164 => 57, 158 => 55, 156 => 54, 147 => 48, 141 => 47, 133 => 42, 127 => 41, 119 => 36, 113 => 35, 105 => 30, 99 => 29, 91 => 24, 85 => 23, 77 => 18, 71 => 17, 65 => 13, 63 => 12, 57 => 11, 51 => 7, 49 => 6, 43 => 5, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "preferences/header.twig", "/usr/local/www/phpMyAdmin/templates/preferences/header.twig");
}
}