From 8b9f2f8ef766c169e77a34c72118d14beb2b21de Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 4 Jul 2013 20:35:42 -0700 Subject: input form for profile stuff --- view/tpl/thing_input.tpl | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 view/tpl/thing_input.tpl (limited to 'view/tpl/thing_input.tpl') diff --git a/view/tpl/thing_input.tpl b/view/tpl/thing_input.tpl new file mode 100644 index 000000000..06cbfe917 --- /dev/null +++ b/view/tpl/thing_input.tpl @@ -0,0 +1,28 @@ +

{{$thing_hdr}}

+
+ +{{if $multiprof }} +
{{$profile_lbl}}
+ +
{{$profile_select}}
+{{/if}} + +
{{$verb_lbl}}
+ +
{{$verb_select}}
+ + + + +
+ + +
+ + +
+ +
+ + +
-- cgit v1.2.3 From 2c1b366fdf18929e255a223bc88474b446eaafa8 Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 12 Feb 2014 14:44:27 -0800 Subject: make activities optional for profile things, clean up the forms --- view/tpl/thing_input.tpl | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'view/tpl/thing_input.tpl') diff --git a/view/tpl/thing_input.tpl b/view/tpl/thing_input.tpl index 06cbfe917..e93a1aa65 100644 --- a/view/tpl/thing_input.tpl +++ b/view/tpl/thing_input.tpl @@ -5,11 +5,14 @@
{{$profile_lbl}}
{{$profile_select}}
+
{{/if}} +
{{$verb_lbl}}
{{$verb_select}}
+
@@ -22,6 +25,8 @@
+{{include file="field_checkbox.tpl" field=$activity}} +
-- cgit v1.2.3