don't hide the scary stuff when editing self permissions.

This commit is contained in:
friendica 2015-01-25 14:28:48 -08:00
parent c1290861db
commit 03412e8a58

View File

@ -90,8 +90,12 @@
{{/if}} {{/if}}
<h3>{{$permlbl}}</h3> <h3>{{$permlbl}}</h3>
{{if $notself}}
<div id="connedit-perms-wrap" class="fakelink" onclick="openClose('connedit-perms');">{{$clickme}}</div> <div id="connedit-perms-wrap" class="fakelink" onclick="openClose('connedit-perms');">{{$clickme}}</div>
<div id="connedit-perms" style="display: none;" > <div id="connedit-perms" style="display: none;" >
{{/if}}
<div id="perm-desc" class="descriptive-text">{{$permnote}}</div> <div id="perm-desc" class="descriptive-text">{{$permnote}}</div>
<table> <table>
<tr><td></td><td class="abook-them">{{$them}}</td><td colspan="2" class="abook-me">{{$me}}</td><td></td></tr> <tr><td></td><td class="abook-them">{{$them}}</td><td colspan="2" class="abook-me">{{$me}}</td><td></td></tr>
@ -103,8 +107,10 @@
</table> </table>
</div> </div>
</div>
{{if $notself}}
</div>
{{/if}}
<input class="contact-edit-submit" type="submit" name="done" value="{{$submit}}" /> <input class="contact-edit-submit" type="submit" name="done" value="{{$submit}}" />