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

{{$title}}

- -

-{{$desc}} -

- -
- - - - - - -
{{$s_text}}
-{{$s_dsel}} - -
{{$f_text}}
-{{$f_dsel}} - -
- -
{{$n_text}}
- -
- -
{{$a_text}}
- -
- -
{{$t_text}}
- - - -
{{$d_text}}
- - - -
{{$l_text}}
- - -
- -
{{$sh_text}}
-
- -{{$acl}} - -
- - -
- + + +
+

{{$title}}

+ + {{* The event edit navigation menu (text input, permissions, preview, filebrowser) *}} + + +
+
+ + + + + + + {{* 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) *}} + + +
+ +
+
+
+ +