From 4f1170b65618f6455f6432a8b90152fe45d4eeea Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 5 Nov 2012 15:26:01 -0800 Subject: change permission settings from radio buttons to select boxes --- view/tpl/settings.tpl | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'view/tpl/settings.tpl') diff --git a/view/tpl/settings.tpl b/view/tpl/settings.tpl index b250a361e..a759e356a 100644 --- a/view/tpl/settings.tpl +++ b/view/tpl/settings.tpl @@ -39,16 +39,15 @@ $nickname_block
{{ for $permiss_arr as $permit }} -
$permit.label
-{{ for $permit.fields as $radio }} - - {{inc field_radio.tpl with $field=$radio }}{{endinc}} - -{{ endfor }} +{{inc field_select.tpl with $field=$permit }}{{endinc}} {{ endfor }}
+
+ +
+ -- cgit v1.2.3