From 693b3f86776ae236d69ac6ed085b5e46b9054642 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Sun, 8 Sep 2013 21:07:59 +0200 Subject: Implemented Add Button Added a button to add an URL when directly into Poche. If JS isn't enabled, nothing happens. --- tpl/layout.twig | 1 + 1 file changed, 1 insertion(+) (limited to 'tpl/layout.twig') diff --git a/tpl/layout.twig b/tpl/layout.twig index 07ca231c..b2484019 100644 --- a/tpl/layout.twig +++ b/tpl/layout.twig @@ -12,6 +12,7 @@ {% block title %}{% endblock %} - poche {% include '_head.twig' %} + {% include '_bookmarklet.twig' %} -- cgit v1.2.3 From ce4a1dcc193d3124fc51c4942137621d3d806a19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Tue, 10 Sep 2013 14:41:58 +0200 Subject: changes to add url directly from poche --- tpl/layout.twig | 1 - 1 file changed, 1 deletion(-) (limited to 'tpl/layout.twig') diff --git a/tpl/layout.twig b/tpl/layout.twig index b2484019..07ca231c 100644 --- a/tpl/layout.twig +++ b/tpl/layout.twig @@ -12,7 +12,6 @@ {% block title %}{% endblock %} - poche {% include '_head.twig' %} - {% include '_bookmarklet.twig' %} -- cgit v1.2.3 From 1b2abab6ddbb3460b8981a296fe04477a42801b3 Mon Sep 17 00:00:00 2001 From: NumEricR Date: Mon, 26 Aug 2013 22:25:03 +0200 Subject: Add lang attribute in html tag --- tpl/layout.twig | 1 + 1 file changed, 1 insertion(+) (limited to 'tpl/layout.twig') diff --git a/tpl/layout.twig b/tpl/layout.twig index 07ca231c..bb20075a 100644 --- a/tpl/layout.twig +++ b/tpl/layout.twig @@ -4,6 +4,7 @@ + -- cgit v1.2.3 From d081f272b0b63cdf86ab7666747b63dbff7f068e Mon Sep 17 00:00:00 2001 From: NumEricR Date: Mon, 26 Aug 2013 22:27:51 +0200 Subject: Use dynamic lang value in IE conditional comments --- tpl/layout.twig | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'tpl/layout.twig') diff --git a/tpl/layout.twig b/tpl/layout.twig index bb20075a..fec7054a 100644 --- a/tpl/layout.twig +++ b/tpl/layout.twig @@ -1,9 +1,8 @@ - - - - - + + + + -- cgit v1.2.3 From 00dbaf90bc44ef3ed0abaebb15307756e054a027 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Fri, 20 Sep 2013 10:21:39 +0200 Subject: merge #224 --- tpl/layout.twig | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 tpl/layout.twig (limited to 'tpl/layout.twig') diff --git a/tpl/layout.twig b/tpl/layout.twig deleted file mode 100644 index fec7054a..00000000 --- a/tpl/layout.twig +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - {% block title %}{% endblock %} - poche -{% include '_head.twig' %} -{% include '_bookmarklet.twig' %} - - - {% include '_top.twig' %} -
- {% block menu %}{% endblock %} - {% block precontent %}{% endblock %} - {% block messages %} - {% include '_messages.twig' %} - {% endblock %} -
- {% block content %}{% endblock %} -
-
-{% include '_footer.twig' %} - - \ No newline at end of file -- cgit v1.2.3