diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-01-15 11:28:05 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-01-15 11:28:05 +0100 |
commit | f4e1b2123aed39e3f863ee327b27cb0e7f17520c (patch) | |
tree | f24802e587f07718fc9cf286ff09be6472eef79d /view/tpl/abook_edit.tpl | |
parent | 63ee0daac51b8c04123479f2ac91e1762492896f (diff) | |
download | volse-hubzilla-f4e1b2123aed39e3f863ee327b27cb0e7f17520c.tar.gz volse-hubzilla-f4e1b2123aed39e3f863ee327b27cb0e7f17520c.tar.bz2 volse-hubzilla-f4e1b2123aed39e3f863ee327b27cb0e7f17520c.zip |
add an approve button to /connections and get rid of the modal popup in /connedit. for quick approval (default collection and perms etc.) we now can use the approve button in /connections else click the edit button and make changes and approval from /connedit. hope thats any better...
Diffstat (limited to 'view/tpl/abook_edit.tpl')
-rwxr-xr-x | view/tpl/abook_edit.tpl | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/view/tpl/abook_edit.tpl b/view/tpl/abook_edit.tpl index 255ed9cfa..4fa810cb4 100755 --- a/view/tpl/abook_edit.tpl +++ b/view/tpl/abook_edit.tpl @@ -73,25 +73,6 @@ </div> </div> </div> - <div class="modal" id="abook-pending-modal" tabindex="-1" role="dialog"> - <div class="modal-dialog" role="document"> - <div class="modal-content"> - <div class="modal-header"> - <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button> - <h4 class="modal-title" id="myModalLabel">{{$pending_modal_title}}</h4> - </div> - <div class="modal-body"> - <strong>{{$name}}</strong> {{$pending_modal_body}} - </div> - <div class="modal-footer"> - <button class="btn btn-sm btn-danger pull-left" title="{{$buttons.delete.title}}" onclick="window.location.href='{{$buttons.delete.url}}'; return false;">{{$buttons.delete.label}}</button> - <button type="button" class="btn btn-default" data-dismiss="modal">{{$pending_modal_dismiss}}</button> - <button type="submit" class="btn btn-primary" name="pending" value="1">{{$pending_modal_approve}}</button> - </div> - </div> - </div> - </div> - <script>$('#abook-pending-modal').modal('show');</script> {{/if}} {{if $affinity }} |