From e332d1074f1b663ec66d37b0f575df2e41d5535c Mon Sep 17 00:00:00 2001 From: zotlabs Date: Mon, 1 May 2017 21:10:04 -0700 Subject: move theme specific files to theme dir --- view/theme/redbasic/tpl/event_form.tpl | 130 +++++++++++++++++++++++++++++++++ 1 file changed, 130 insertions(+) create mode 100755 view/theme/redbasic/tpl/event_form.tpl (limited to 'view/theme/redbasic/tpl/event_form.tpl') diff --git a/view/theme/redbasic/tpl/event_form.tpl b/view/theme/redbasic/tpl/event_form.tpl new file mode 100755 index 000000000..d07a06b67 --- /dev/null +++ b/view/theme/redbasic/tpl/event_form.tpl @@ -0,0 +1,130 @@ +
+ + + + + + + + + + {{include file="field_input.tpl" field=$summary}} + + {{if $tz_choose}} + {{include file="field_select_grouped.tpl" field=$timezone}} + {{/if}} + + {{$s_dsel}} + + {{$f_dsel}} + + {{include file="field_checkbox.tpl" field=$nofinish}} + + + +
+ + +
+ + {{if ! $eid}} + + {{/if}} + +
+
+ +{{if ! $eid}} + {{$acl}} +{{/if}} -- cgit v1.2.3