X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Ffrio%2Ftemplates%2Fevent_form.tpl;h=42d0bb37545bba15ff979581dc141f5c303bc7f9;hb=9518785c819fa7316745aa31f6adae14e593b904;hp=3a6161198049dd0fae21cd90f6e3eb8614aabe75;hpb=8b4c41671372a074750798080d8e2d262552bee4;p=friendica.git diff --git a/view/theme/frio/templates/event_form.tpl b/view/theme/frio/templates/event_form.tpl index 3a61611980..42d0bb3754 100644 --- a/view/theme/frio/templates/event_form.tpl +++ b/view/theme/frio/templates/event_form.tpl @@ -1,139 +1,181 @@ - -

{{$title}}

- -{{* The event edit navigation menu (text input, permissions, preview, filebrowser) *}} - - -
- - - - - - -
-

- {{$desc}} -

- - {{$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}}
- - + +
+

{{$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}} + + {{* 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 *}} +
+ +
-
-
{{$l_text}}
- - -
+ {{* The advanced tab *}} + -
{{$sh_text}}
-
- - - -
- - + {{* The tab for the permissions (if event sharing is enabled) *}} + -
+ {{* The tab for the event preview (content is inserted by js) *}} + - +
+ +
+
+ + \ No newline at end of file