e9d9bb91025a14b1bf2f779369740ef130aae36eb0e56a844ac649aedc09a776.php 3.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. <?php
  2. /* partials/modal-changes-detected.html.twig */
  3. class __TwigTemplate_82b8abaa2f299f76253352476ba5b685893558da6370410bff51ca9bfe2d890d extends Twig_Template
  4. {
  5. public function __construct(Twig_Environment $env)
  6. {
  7. parent::__construct($env);
  8. $this->parent = false;
  9. $this->blocks = array(
  10. );
  11. }
  12. protected function doDisplay(array $context, array $blocks = array())
  13. {
  14. // line 1
  15. echo "<div class=\"remodal\" data-remodal-id=\"changes\">
  16. <form>
  17. <h1>";
  18. // line 3
  19. echo twig_escape_filter($this->env, $this->env->getExtension('Grav\Plugin\Admin\AdminTwigExtension')->tuFilter("PLUGIN_ADMIN.MODAL_CHANGED_DETECTED_TITLE"), "html", null, true);
  20. echo "</h1>
  21. <p class=\"bigger\">
  22. ";
  23. // line 5
  24. echo twig_escape_filter($this->env, $this->env->getExtension('Grav\Plugin\Admin\AdminTwigExtension')->tuFilter("PLUGIN_ADMIN.MODAL_CHANGED_DETECTED_DESC"), "html", null, true);
  25. echo "
  26. </p>
  27. <br>
  28. <div class=\"button-bar\">
  29. <a class=\"button secondary\" data-leave-action=\"cancel\" href=\"#\"><i class=\"fa fa-fw fa-close\"></i> ";
  30. // line 9
  31. echo twig_escape_filter($this->env, $this->env->getExtension('Grav\Plugin\Admin\AdminTwigExtension')->tuFilter("PLUGIN_ADMIN.CANCEL"), "html", null, true);
  32. echo "</a>
  33. <a class=\"button\" data-leave-action=\"continue\" href=\"#\"><i class=\"fa fa-fw fa-check\"></i> ";
  34. // line 10
  35. echo twig_escape_filter($this->env, $this->env->getExtension('Grav\Plugin\Admin\AdminTwigExtension')->tuFilter("PLUGIN_ADMIN.CONTINUE"), "html", null, true);
  36. echo "</a>
  37. </div>
  38. </form>
  39. </div>";
  40. }
  41. public function getTemplateName()
  42. {
  43. return "partials/modal-changes-detected.html.twig";
  44. }
  45. public function isTraitable()
  46. {
  47. return false;
  48. }
  49. public function getDebugInfo()
  50. {
  51. return array ( 39 => 10, 35 => 9, 28 => 5, 23 => 3, 19 => 1,);
  52. }
  53. /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
  54. public function getSource()
  55. {
  56. @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
  57. return $this->getSourceContext()->getCode();
  58. }
  59. public function getSourceContext()
  60. {
  61. return new Twig_Source("<div class=\"remodal\" data-remodal-id=\"changes\">
  62. <form>
  63. <h1>{{ \"PLUGIN_ADMIN.MODAL_CHANGED_DETECTED_TITLE\"|tu }}</h1>
  64. <p class=\"bigger\">
  65. {{ \"PLUGIN_ADMIN.MODAL_CHANGED_DETECTED_DESC\"|tu }}
  66. </p>
  67. <br>
  68. <div class=\"button-bar\">
  69. <a class=\"button secondary\" data-leave-action=\"cancel\" href=\"#\"><i class=\"fa fa-fw fa-close\"></i> {{ \"PLUGIN_ADMIN.CANCEL\"|tu }}</a>
  70. <a class=\"button\" data-leave-action=\"continue\" href=\"#\"><i class=\"fa fa-fw fa-check\"></i> {{ \"PLUGIN_ADMIN.CONTINUE\"|tu }}</a>
  71. </div>
  72. </form>
  73. </div>", "partials/modal-changes-detected.html.twig", "/mnt/data/Sites/static-ethica.net/user/plugins/admin/themes/grav/templates/partials/modal-changes-detected.html.twig");
  74. }
  75. }