Sid Gifari File Manager
🏠 Root
/
home2
/
meumer25
/
tmp
/
pma_template_compiles_meumer25
/
twig
/
60
/
Editing: 60f7ae7f33de85912e0df79f4d46da08474ee4638fba18ab4d8820fc925339a5.php
<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Markup; use Twig\Sandbox\SecurityError; use Twig\Sandbox\SecurityNotAllowedTagError; use Twig\Sandbox\SecurityNotAllowedFilterError; use Twig\Sandbox\SecurityNotAllowedFunctionError; use Twig\Source; use Twig\Template; /* database/designer/delete_relation_panel.twig */ class __TwigTemplate_468e63c5239ba357b05a05d500c65a200babea6c9208837fea7f81fc1b44e527 extends \Twig\Template { public function __construct(Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { // line 1 echo "<table id=\"layer_upd_relation\" class=\"hide\" width=\"5%\" cellpadding=\"0\" cellspacing=\"0\"> <tbody> <tr> <td class=\"frams1\" width=\"10px\"> </td> <td class=\"frams5\" width=\"99%\"> </td> <td class=\"frams2\" width=\"10px\"> <div class=\"bor\"> </div> </td> </tr> <tr> <td class=\"frams8\"> </td> <td class=\"input_tab\"> <table width=\"100%\" class=\"center\" cellpadding=\"2\" cellspacing=\"0\"> <tr> <td colspan=\"3\" class=\"center nowrap\"> <strong> "; // line 21 echo _gettext("Delete relationship"); // line 22 echo " </strong> </td> </tr> <tr> <td colspan=\"3\" class=\"center nowrap\"> <input id=\"del_button\" name=\"Button\" type=\"button\" class=\"butt\" value=\""; // line 28 echo _gettext("Delete"); echo "\" /> <input id=\"cancel_button\" type=\"button\" class=\"butt\" name=\"Button\" value=\""; // line 30 echo _gettext("Cancel"); echo "\" /> </td> </tr> </table> </td> <td class=\"frams6\"> </td> </tr> <tr> <td class=\"frams4\"> <div class=\"bor\"> </div> </td> <td class=\"frams7\"> </td> <td class=\"frams3\"> </td> </tr> </tbody> </table> "; } public function getTemplateName() { return "database/designer/delete_relation_panel.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 67 => 30, 62 => 28, 54 => 22, 52 => 21, 30 => 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 Source("", "database/designer/delete_relation_panel.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/database/designer/delete_relation_panel.twig"); } }
Save
Cancel