aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/connections.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/tpl/connections.tpl')
-rwxr-xr-xview/tpl/connections.tpl7
1 files changed, 5 insertions, 2 deletions
diff --git a/view/tpl/connections.tpl b/view/tpl/connections.tpl
index c69dcde50..1429576b1 100755
--- a/view/tpl/connections.tpl
+++ b/view/tpl/connections.tpl
@@ -13,13 +13,16 @@
{{$tabs}}
-
+<div id="connections-wrapper">
{{foreach $contacts as $contact}}
{{include file="connection_template.tpl"}}
{{/foreach}}
+<div id="page-end"></div>
+</div>
<div id="contact-edit-end"></div>
+<script>$(document).ready(function() { loadingPage = false;});</script>
+<div id="page-spinner"></div>
-{{$paginate}}