X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Ffrio%2Ftemplates%2Fevent_form.tpl;h=661bdecb2664b92adeb121e7879f2dded971566a;hb=3aa77685fcccff9739384136b4894de43200fa8c;hp=df97e01ff20b7353d0580d7b2231948b77656bbe;hpb=c99da380cf3d22f023e7526881d78027f8f41acf;p=friendica.git diff --git a/view/theme/frio/templates/event_form.tpl b/view/theme/frio/templates/event_form.tpl index df97e01ff2..661bdecb26 100644 --- a/view/theme/frio/templates/event_form.tpl +++ b/view/theme/frio/templates/event_form.tpl @@ -1,4 +1,6 @@ + +

{{$title}}

@@ -6,144 +8,171 @@
-
+ + {{* The tab conten with the necessary basic settings *}}
-

- {{$desc}} -

- {{$s_dsel}} + {{* The event title *}} + {{include file="field_input.tpl" field=$summary}} - {{$f_dsel}} +
+ {{* The field for event starting time *}} + {{$s_dsel nofilter}} - {{include file="field_checkbox.tpl" field=$nofinish}} + {{* The field for event finish time *}} + {{$f_dsel nofilter}} - {{include file="field_checkbox.tpl" field=$adjust}} + {{* checkbox if the the event doesn't have a finish time *}} + {{include file="field_checkbox.tpl" field=$nofinish}} - {{include file="field_input.tpl" field=$summary}} + {{* checkbox for adjusting the event time to the timezone of the user *}} + {{include file="field_checkbox.tpl" field=$adjust}} +
+ + {{* checkbox to enable event sharing and the permissions tab *}} + {{if ! $eid}} + {{include file="field_checkbox.tpl" field=$share}} + {{/if}} + + {{* The submit button - saves the event *}} +
+ +
+
+
+ {{* The advanced tab *}} + + {{* The tab for the permissions (if event sharing is enabled) *}} + {{* The tab for the event preview (content is inserted by js) *}}
@@ -152,11 +181,14 @@
- \ No newline at end of file +