From 92e4448993ed22e155f2ada3658f1e2378e271cc Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 4 Sep 2014 22:30:12 -0700 Subject: put a date and time picker on events --- view/tpl/event_form.tpl | 88 ++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 87 insertions(+), 1 deletion(-) (limited to 'view/tpl/event_form.tpl') diff --git a/view/tpl/event_form.tpl b/view/tpl/event_form.tpl index bfdf4d0b6..611bf6006 100755 --- a/view/tpl/event_form.tpl +++ b/view/tpl/event_form.tpl @@ -1,7 +1,8 @@

{{$title}}

-{{$desc}} +{{if ! $bootstrap}} +{{$format_desc}} {{/if}}{{$desc}}

@@ -11,7 +12,11 @@
{{$s_text}}
+{{if $bootstrap}} + +{{else}} {{$s_dsel}} {{$s_tsel}} +{{/if}}

@@ -21,7 +26,11 @@
{{$f_text}}
+{{if $bootstrap}} + +{{else}} {{$f_dsel}} {{$f_tsel}} +{{/if}}
@@ -51,4 +60,81 @@
+ + + + + + + -- cgit v1.2.3