From 6b94435c7b3ceaceea0f3565a6c448fdc3872942 Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Tue, 16 Sep 2014 15:38:21 -0600 Subject: [PATCH] initial remodal testing --- themes/grav/templates/pages.html.twig | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/themes/grav/templates/pages.html.twig b/themes/grav/templates/pages.html.twig index 39f8d8fd..3cbb766b 100644 --- a/themes/grav/templates/pages.html.twig +++ b/themes/grav/templates/pages.html.twig @@ -40,7 +40,8 @@ {% block titlebar %}
{% if not uri.param('new') %} - + Add Page + {# Add Page #} {% if context %} {% if not uri.param('expert') %} @@ -98,5 +99,16 @@ {% endif %}
+ +
+

Remodal

+

+ Flat, responsive, lightweight, fast, easy customizable modal window plugin + with declarative state notation and hash tracking. +

+
+ Cancel + OK +
{% endblock %}