X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Ffrio%2Ftemplates%2Fevent_form.tpl;h=39b08a7b0216ecea1785637cc66740bef5b62826;hb=1e99cea03317ef7185aab7553cc576bc4d4e1931;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..39b08a7b02 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}}
+ {{* The field for event starting time *}} {{$s_dsel}} + {{* The field for event finish time *}} {{$f_dsel}} + {{* 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 +