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

{{$title}}

@@ -7,146 +8,171 @@
-
+ + {{* The tab conten with the necessary basic settings *}}
+ {{* The event title *}} {{include file="field_input.tpl" field=$summary}}
- {{$s_dsel}} + {{* The field for event starting time *}} + {{$s_dsel nofilter}} - {{$f_dsel}} + {{* 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) *}}
@@ -155,11 +181,14 @@
- \ No newline at end of file +