]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frost-mobile/templates/acl_selector.tpl
Merge pull request #1696 from rabuzarus/acl-var
[friendica.git] / view / theme / frost-mobile / templates / acl_selector.tpl
index d18776e367df2b1eaf6fd415c33c2034d1c15865..701caef3b94b2632c3a9bf8b45e08cd96fcd2854 100644 (file)
@@ -1,8 +1,4 @@
-{{*
- *     AUTOMATICALLY GENERATED TEMPLATE
- *     DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
- *
- *}}
+
 <div id="acl-wrapper">
        <input id="acl-search">
        <a href="#" id="acl-showall">{{$showall}}</a>
        <a href="#" class='acl-button-hide'>{{$hide}}</a>
 </div>
 
+{{if $networks}}
+<hr style="clear:both"/>
+<div id="profile-jot-email-label">{{$emailcc}}</div><input type="text" name="emailcc" id="profile-jot-email" title="{{$emtitle|escape:'html'}}" />
+<div id="profile-jot-email-end"></div>
+{{if $jotnets}}
+{{$jotnets}}
+<div id="profile-jot-networks-end"></div>
+{{/if}}{{/if}}
+
 <script>
        window.allowCID = {{$allowcid}};
        window.allowGID = {{$allowgid}};