From 522f40ca2ffda56b2bce35b017016483e03aef87 Mon Sep 17 00:00:00 2001 From: rainydaysavings Date: Fri, 28 Aug 2020 07:19:59 +0100 Subject: [PATCH] [TWIG] Timeline template rework --- templates/network/public.html.twig | 42 +++++++++++++++++------------- 1 file changed, 24 insertions(+), 18 deletions(-) diff --git a/templates/network/public.html.twig b/templates/network/public.html.twig index df8fc5afb6..9a35b5fcc8 100644 --- a/templates/network/public.html.twig +++ b/templates/network/public.html.twig @@ -29,18 +29,30 @@ {% if post_form is defined %} {{ form_start(post_form) }}
-
- {{ form_row(post_form.scope) }} -
-
- {{ form_row(post_form.content) }} -
-
-
- {{ form_row(post_form.attachments) }} +
+
+ {{ form_label(post_form.to) }}
-
- {{ form_row(post_form.send) }} +
+ {{ form_widget(post_form.to) }} +
+
+
+
+ {{ form_row(post_form.visibility) }} +
+
+
+ {{ form_row(post_form.content) }} +
+
+
+
+ {{ form_row(post_form.attachments) }} +
+
+ {{ form_row(post_form.send) }} +
@@ -52,12 +64,6 @@
  • Timeline
  • -
  • - Groups -
  • -
  • - People -
  • @@ -67,7 +73,7 @@ Public
  • - Home + Home
  • Network