X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Ffrio%2Ftemplates%2Fevent_form.tpl;h=661bdecb2664b92adeb121e7879f2dded971566a;hb=8c9ef56a71f4ebbc1ed4c1aafabb672617fccf4f;hp=ebe4faa3573dc1c41e16d76e4b13e5c8af7f46bb;hpb=5e98f27fcd99f0431a5f62ca7a825a5ad6a2f8a3;p=friendica.git diff --git a/view/theme/frio/templates/event_form.tpl b/view/theme/frio/templates/event_form.tpl index ebe4faa357..661bdecb26 100644 --- a/view/theme/frio/templates/event_form.tpl +++ b/view/theme/frio/templates/event_form.tpl @@ -1,84 +1,194 @@ -

{{$title}}

+ -

-{{$desc}} -

+
+

{{$title}}

-
- - - - - - -{{$s_dsel}} - -{{$f_dsel}} - -{{include file="field_checkbox.tpl" field=$nofinish}} - -{{include file="field_checkbox.tpl" field=$adjust}} - -{{include file="field_input.tpl" field=$summary}} - -
-
{{$d_text}}
- -
- - -
{{$l_text}}
- -
- -
{{$sh_text}}
-
- -{{$acl}} - -
- - -
+
+
+ + + + + + + {{* The tab conten with the necessary basic settings *}} +
+ + {{* The event title *}} + {{include file="field_input.tpl" field=$summary}} + +
+ {{* The field for event starting time *}} + {{$s_dsel nofilter}} + + {{* The field for event finish time *}} + {{$f_dsel nofilter}} + + {{* checkbox if the the event doesn't have a finish time *}} + {{include file="field_checkbox.tpl" field=$nofinish}} + + {{* 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) *}} + + +
+ +
+
+
+