From e137919c3d4403f876a80dfa61ada6bf0d9c5609 Mon Sep 17 00:00:00 2001 From: John McLear Date: Sat, 12 Jan 2013 23:51:35 +0000 Subject: [PATCH 1/2] add a body eejs block to timeslider --- src/templates/timeslider.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/templates/timeslider.html b/src/templates/timeslider.html index 6cddfc15a..00736fd0b 100644 --- a/src/templates/timeslider.html +++ b/src/templates/timeslider.html @@ -43,6 +43,7 @@ +<% e.begin_block("timesliderBody"); %>
@@ -222,5 +223,6 @@ })(); +<% e.end_block(); %> From eb0338d40c7941db8bcfcfb3910e6f4cd7badded Mon Sep 17 00:00:00 2001 From: John McLear Date: Sun, 13 Jan 2013 18:23:35 +0000 Subject: [PATCH 2/2] better shindig --- src/templates/timeslider.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/templates/timeslider.html b/src/templates/timeslider.html index 00736fd0b..0372b66c7 100644 --- a/src/templates/timeslider.html +++ b/src/templates/timeslider.html @@ -32,11 +32,12 @@ - + <% e.begin_block("timesliderStyles"); %> + <% e.end_block(); %> @@ -74,6 +75,7 @@
+ <% e.begin_block("timesliderEditbarRight"); %> + <% e.end_block(); %>
@@ -222,7 +225,7 @@ }); })(); - <% e.end_block(); %> +