diff options
Diffstat (limited to 'view')
-rwxr-xr-x | view/tpl/abook_edit.tpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/view/tpl/abook_edit.tpl b/view/tpl/abook_edit.tpl index 2454feaa8..64245f585 100755 --- a/view/tpl/abook_edit.tpl +++ b/view/tpl/abook_edit.tpl @@ -90,6 +90,8 @@ {{/if}} <h3>{{$permlbl}}</h3> +<div id="connedit-perms-wrap" class="fakelink" onclick="openClose('connedit-perms');">{{$clickme}}</div> +<div id="connedit-perms" style="display: none;" > <div id="perm-desc" class="descriptive-text">{{$permnote}}</div> <table> <tr><td></td><td class="abook-them">{{$them}}</td><td colspan="2" class="abook-me">{{$me}}</td><td></td></tr> @@ -101,6 +103,7 @@ </table> </div> +</div> <input class="contact-edit-submit" type="submit" name="done" value="{{$submit}}" /> |