X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftemplates%2Facl_selector.tpl;h=7c68a73064ee065113c9ec507283df026b5cee65;hb=3ffea2cd2cb0ed9a5283bc285e521aaf74789e80;hp=c1220bc1e301a6d9645a7911c4736beb08ecbbdf;hpb=08f276f87b366e5d9c6f92e1dd5edc3da633707e;p=friendica.git diff --git a/view/templates/acl_selector.tpl b/view/templates/acl_selector.tpl index c1220bc1e3..7c68a73064 100644 --- a/view/templates/acl_selector.tpl +++ b/view/templates/acl_selector.tpl @@ -1,7 +1,7 @@
- {{$showall}} + {{$showall}}
@@ -11,8 +11,8 @@ {{if $networks}} @@ -29,7 +29,8 @@ $(document).ready(function() { acl = new ACL( baseurl+"/acl", [ {{$allowcid}},{{$allowgid}},{{$denycid}},{{$denygid}} ], - {{$features.aclautomention}} + {{$features.aclautomention}}, + {{if $APP->is_mobile}}true{{else}}false{{/if}} ); } });