From 3bf5677797a6a40dacac2ddcbe9271aea508e421 Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 1 Nov 2012 19:47:10 -0700 Subject: settings page channel permissions front-end (needs back-end still) --- view/tpl/settings.tpl | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) (limited to 'view/tpl/settings.tpl') diff --git a/view/tpl/settings.tpl b/view/tpl/settings.tpl index ce96fb8d2..b250a361e 100644 --- a/view/tpl/settings.tpl +++ b/view/tpl/settings.tpl @@ -35,6 +35,23 @@ $nickname_block + + +
+{{ for $permiss_arr as $permit }} +
$permit.label
+{{ for $permit.fields as $radio }} + + {{inc field_radio.tpl with $field=$radio }}{{endinc}} + +{{ endfor }} +{{ endfor }} +
+ + + + + {{inc field_input.tpl with $field=$maxreq }}{{endinc}} $profile_in_dir @@ -73,7 +90,6 @@ $unkmail -
$permissions $permdesc
-- cgit v1.2.3