/home/suroeste/tmp/pma_template_compiles_suroeste/twig/8b
NameSizeModeActions
8b8be0c3df7210db5b5ea3e16398c7b6.php108050644editdlrm
Edit: /home/suroeste/tmp/pma_template_compiles_suroeste/twig/8b/8b8be0c3df7210db5b5ea3e16398c7b6.php (10805B)
source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 yield ($context["error"] ?? null); yield "
"; yield _gettext("Import"); // line 12 yield "
"; // line 16 yield PhpMyAdmin\Url::getHiddenInputs(); yield " env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["max_upload_size"] ?? null), "html", null, true); yield "\">
"; yield _gettext("Settings will be imported from your browser's local storage."); // line 31 yield "
"; yield _gettext("Saved on: @DATE@"); // line 34 yield "
"; // line 36 yield $this->env->getFilter('notice')->getCallable()(_gettext("You have no saved settings!")); yield "
"; // line 40 yield $this->env->getFilter('notice')->getCallable()(_gettext("This feature is not supported by your web browser")); yield "


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


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

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


"; return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "preferences/manage/main.twig"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 255 => 122, 251 => 121, 246 => 119, 242 => 118, 237 => 115, 228 => 108, 220 => 104, 214 => 100, 209 => 97, 201 => 91, 194 => 86, 188 => 82, 179 => 76, 175 => 75, 169 => 72, 164 => 69, 157 => 64, 150 => 60, 146 => 59, 142 => 57, 137 => 54, 135 => 53, 133 => 52, 131 => 51, 129 => 50, 122 => 46, 118 => 44, 110 => 40, 103 => 36, 99 => 34, 94 => 31, 88 => 27, 80 => 22, 75 => 20, 68 => 17, 64 => 16, 59 => 14, 55 => 12, 43 => 3, 38 => 1,); } public function getSourceContext() { return new Source("", "preferences/manage/main.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/preferences/manage/main.twig"); } }