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