source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 echo ($context["error"] ?? null); echo "
"; echo _gettext("Import"); // line 12 echo "
"; // line 16 echo PhpMyAdmin\Url::getHiddenInputs(); echo " env, ($context["max_upload_size"] ?? null), "html", null, true); echo "\">
"; echo _gettext("Settings will be imported from your browser's local storage."); // line 31 echo "
"; echo _gettext("Saved on: @DATE@"); // line 34 echo "
"; // line 36 echo call_user_func_array($this->env->getFilter('notice')->getCallable(), [_gettext("You have no saved settings!")]); echo "
"; // line 40 echo call_user_func_array($this->env->getFilter('notice')->getCallable(), [_gettext("This feature is not supported by your web browser")]); echo "


env, _gettext("Go"), "html", null, true); echo "\">
"; // line 50 if (($context["exists_setup_and_not_exists_config"] ?? null)) { // line 51 echo " "; // line 52 echo " "; // line 53 echo " "; // line 54 echo "
"; echo _gettext("More settings"); // line 57 echo "
"; // line 59 echo twig_sprintf(_gettext("You can set more settings by modifying config.inc.php, eg. by using %sSetup script%s."), "", ""); echo " "; // line 60 echo PhpMyAdmin\Html\MySQLDocumentation::showDocumentation("setup", "setup-script"); echo "
"; } // line 64 echo "
"; echo _gettext("Export"); // line 69 echo "
"; // line 72 echo call_user_func_array($this->env->getFilter('raw_success')->getCallable(), [_gettext("Configuration has been saved.")]); echo "
"; // line 76 echo PhpMyAdmin\Url::getHiddenInputs(); echo "


"; echo _gettext("Settings will be saved in your browser's local storage."); // line 97 echo "
"; echo _gettext("Existing settings will be overwritten!"); // line 100 echo "
"; // line 104 echo call_user_func_array($this->env->getFilter('notice')->getCallable(), [_gettext("This feature is not supported by your web browser")]); echo "

"; echo _gettext("Reset"); // line 115 echo "
"; // line 119 echo PhpMyAdmin\Url::getHiddenInputs(); echo " "; echo _gettext("You can reset all your settings and restore them to default values."); // line 121 echo "


"; } public function getTemplateName() { return "preferences/manage/main.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 254 => 122, 250 => 121, 245 => 119, 241 => 118, 236 => 115, 227 => 108, 219 => 104, 213 => 100, 208 => 97, 200 => 91, 193 => 86, 187 => 82, 178 => 76, 174 => 75, 168 => 72, 163 => 69, 156 => 64, 149 => 60, 145 => 59, 141 => 57, 136 => 54, 134 => 53, 132 => 52, 130 => 51, 128 => 50, 121 => 46, 117 => 44, 109 => 40, 102 => 36, 98 => 34, 93 => 31, 87 => 27, 79 => 22, 74 => 20, 67 => 17, 63 => 16, 58 => 14, 54 => 12, 42 => 3, 37 => 1,); } public function getSourceContext() { return new Source("", "preferences/manage/main.twig", "/var/www/localhost/htdocs/phpmyadmin/templates/preferences/manage/main.twig"); } }