0x1998 - MANAGER
Edit File: 7f41694a01bb31c604aa7ee13392425ca5da5dfca203b2cbdce69c9db41da99f.php
<?php /* server/variables/link_template.twig */ class __TwigTemplate_2e6a05a1e10163378e6e90801374118a32df80c5ad04b9471f0d35bc1f86eaf7 extends Twig_Template { public function __construct(Twig_Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { // line 1 echo "<a href=\""; echo ($context["url"] ?? null); echo "\" class=\"ajax saveLink hide\"> "; // line 2 echo PhpMyAdmin\Util::getIcon("b_save", _gettext("Save")); echo " </a> <a href=\"#\" class=\"cancelLink hide\"> "; // line 5 echo PhpMyAdmin\Util::getIcon("b_close", _gettext("Cancel")); echo " </a> "; // line 7 echo PhpMyAdmin\Util::getImage("b_help", _gettext("Documentation"), ["class" => "hide", "id" => "docImage"]); // line 10 echo " "; } public function getTemplateName() { return "server/variables/link_template.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 37 => 10, 35 => 7, 30 => 5, 24 => 2, 19 => 1,); } /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */ public function getSource() { @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED); return $this->getSourceContext()->getCode(); } public function getSourceContext() { return new Twig_Source("", "server/variables/link_template.twig", "/home/itseasv/www/itseasy/admindb/templates/server/variables/link_template.twig"); } }