X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftemplates%2Facl_selector.tpl;h=6755f2a198fd13eab1af641a84eec303d647f420;hb=74fda8f39002ef7295660b4517137287a0bff454;hp=c1220bc1e301a6d9645a7911c4736beb08ecbbdf;hpb=5a23bd400c417545d23c0a9925f8dc3b86e6ecc8;p=friendica.git diff --git a/view/templates/acl_selector.tpl b/view/templates/acl_selector.tpl index c1220bc1e3..6755f2a198 100644 --- a/view/templates/acl_selector.tpl +++ b/view/templates/acl_selector.tpl @@ -1,7 +1,7 @@
- {{$showall}} + {{$showall}}
@@ -11,25 +11,47 @@ {{if $networks}}
-
{{$emailcc}}
+
{{$emailcc}}
-{{if $jotnets}} -{{$jotnets}} -{{/if}}{{/if}} + + {{if $jotnets_fields}} + {{if $jotnets_fields|count < 3}} +
+ {{else}} +
+ {{$jotnets_summary}} + {{/if}} + + {{foreach $jotnets_fields as $jotnets_field}} + {{if $jotnets_field.type == 'checkbox'}} + {{include file="field_checkbox.tpl" field=$jotnets_field.field}} + {{elseif $jotnets_field.type == 'select'}} + {{include file="field_select.tpl" field=$jotnets_field.field}} + {{/if}} + {{/foreach}} + + {{if $jotnets_fields|count >= 3}} +
+ {{else}} +
+ {{/if}} + {{/if}} +{{/if}}