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 "
"; // line 11 echo _gettext("Import"); // line 12 echo "
"; // line 16 echo PhpMyAdmin\Url::getHiddenInputs(); echo " env, ($context["max_upload_size"] ?? null), "html", null, true); echo "\">
"; // line 30 echo _gettext("Settings will be imported from your browser's local storage."); // line 31 echo "
"; // line 33 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 "
"; // line 56 echo _gettext("More settings"); // line 57 echo "
"; // line 59 echo 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 "
"; // line 68 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 "


"; // line 96 echo _gettext("Settings will be saved in your browser's local storage."); // line 97 echo "
"; // line 99 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 "

"; // line 114 echo _gettext("Reset"); // line 115 echo "
"; // line 119 echo PhpMyAdmin\Url::getHiddenInputs(); echo " "; // line 120 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 ( 265 => 122, 262 => 121, 260 => 120, 256 => 119, 252 => 118, 247 => 115, 245 => 114, 236 => 108, 229 => 104, 223 => 100, 221 => 99, 217 => 97, 215 => 96, 208 => 91, 206 => 90, 200 => 86, 198 => 85, 193 => 82, 191 => 81, 183 => 76, 179 => 75, 173 => 72, 168 => 69, 166 => 68, 160 => 64, 153 => 60, 149 => 59, 145 => 57, 143 => 56, 139 => 54, 137 => 53, 135 => 52, 133 => 51, 131 => 50, 124 => 46, 119 => 44, 112 => 40, 105 => 36, 101 => 34, 99 => 33, 95 => 31, 93 => 30, 87 => 27, 79 => 22, 74 => 20, 68 => 17, 64 => 16, 59 => 14, 55 => 12, 53 => 11, 42 => 3, 37 => 1,); } public function getSourceContext() { return new Source("", "preferences/manage/main.twig", "/usr/local/www/phpMyAdmin/templates/preferences/manage/main.twig"); } }