aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/viewcontact_template.tpl
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-03-23 14:15:08 +0100
committerMario Vavti <mario@mariovavti.com>2017-03-23 14:15:08 +0100
commit1171e1dd9ce96024ba7368e84a3709b24a0f160b (patch)
treebc3bbac70646bbc7eb98bd79c6e34852d86fef89 /view/tpl/viewcontact_template.tpl
parentfff7be2c0fea83188ae48aa1bab08194d2c26c1c (diff)
downloadvolse-hubzilla-1171e1dd9ce96024ba7368e84a3709b24a0f160b.tar.gz
volse-hubzilla-1171e1dd9ce96024ba7368e84a3709b24a0f160b.tar.bz2
volse-hubzilla-1171e1dd9ce96024ba7368e84a3709b24a0f160b.zip
fix viewconnections
Diffstat (limited to 'view/tpl/viewcontact_template.tpl')
-rwxr-xr-xview/tpl/viewcontact_template.tpl22
1 files changed, 10 insertions, 12 deletions
diff --git a/view/tpl/viewcontact_template.tpl b/view/tpl/viewcontact_template.tpl
index 83cd80959..2b7144450 100755
--- a/view/tpl/viewcontact_template.tpl
+++ b/view/tpl/viewcontact_template.tpl
@@ -1,15 +1,13 @@
-<div class="generic-content-wrapper generic-content-wrapper-styled">
-<h3>{{$title}}</h3>
-
-
-<div id="connections-wrapper">
-{{foreach $contacts as $contact}}
- {{include file="contact_template.tpl"}}
-{{/foreach}}
-<div id="page-end"></div>
-</div>
-<div id="view-contact-end"></div>
-{{$paginate}}
+<div class="generic-content-wrapper">
+ <div class="section-title-wrapper">
+ <h2>{{$title}}</h2>
+ </div>
+ <div class="section-content-wrapper clearfix">
+ {{foreach $contacts as $contact}}
+ {{include file="contact_template.tpl"}}
+ {{/foreach}}
+ <div id="page-end"></div>
+ </div>
</div>
<script>$(document).ready(function() { loadingPage = false;});</script>
<div id="page-spinner"></div>