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 8 echo _gettext("Import"); echo "

"; // line 11 echo PhpMyAdmin\Util::generateHiddenMaxFileSize(($context["max_upload_size"] ?? null)); echo " "; // line 12 echo PhpMyAdmin\Url::getHiddenInputs(); echo "
"; // line 25 echo _gettext("Settings will be imported from your browser's local storage."); // line 26 echo "
"; // line 28 echo _gettext("Saved on: @DATE@"); // line 29 echo "
"; // line 31 echo call_user_func_array($this->env->getFilter('notice')->getCallable(), [_gettext("You have no saved settings!")]); echo "
"; // line 35 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 44 if (($context["exists_setup_and_not_exists_config"] ?? null)) { // line 45 echo " "; // line 46 echo " "; // line 47 echo " "; // line 48 echo "

"; // line 49 echo _gettext("More settings"); echo "

"; // line 51 echo sprintf(_gettext("You can set more settings by modifying config.inc.php, eg. by using %sSetup script%s."), "", ""); echo " "; // line 52 echo PhpMyAdmin\Util::showDocu("setup", "setup-script"); echo "
"; } // line 56 echo "

"; // line 59 echo _gettext("Export"); echo "

"; // line 61 echo call_user_func_array($this->env->getFilter('raw_success')->getCallable(), [_gettext("Configuration has been saved.")]); echo "
"; // line 65 echo PhpMyAdmin\Url::getHiddenInputs(); echo "


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

"; // line 101 echo _gettext("Reset"); echo "

"; // line 104 echo PhpMyAdmin\Url::getHiddenInputs(); echo " "; // line 105 echo _gettext("You can reset all your settings and restore them to default values."); // line 106 echo "


"; } public function getTemplateName() { return "preferences/manage/main.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 241 => 107, 238 => 106, 236 => 105, 232 => 104, 226 => 101, 219 => 97, 212 => 93, 206 => 89, 204 => 88, 200 => 86, 198 => 85, 191 => 80, 189 => 79, 183 => 75, 181 => 74, 176 => 71, 174 => 70, 166 => 65, 159 => 61, 154 => 59, 149 => 56, 142 => 52, 138 => 51, 133 => 49, 130 => 48, 128 => 47, 126 => 46, 124 => 45, 122 => 44, 116 => 41, 111 => 39, 104 => 35, 97 => 31, 93 => 29, 91 => 28, 87 => 26, 85 => 25, 79 => 22, 71 => 17, 66 => 15, 60 => 12, 56 => 11, 50 => 8, 42 => 3, 37 => 1,); } public function getSourceContext() { return new Source("", "preferences/manage/main.twig", "/usr/local/www/phpMyAdmin/templates/preferences/manage/main.twig"); } }