From 5bc7c0e7988765998d44f005a9e7121848888660 Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 6 Apr 2015 22:36:46 -0700 Subject: add endless scroll to viewconnections module --- view/tpl/viewcontact_template.tpl | 7 ++++++- view/tpl/viewcontactsajax.tpl | 3 +++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 view/tpl/viewcontactsajax.tpl (limited to 'view/tpl') diff --git a/view/tpl/viewcontact_template.tpl b/view/tpl/viewcontact_template.tpl index cde24525c..83cd80959 100755 --- a/view/tpl/viewcontact_template.tpl +++ b/view/tpl/viewcontact_template.tpl @@ -1,10 +1,15 @@

{{$title}}

+ +
{{foreach $contacts as $contact}} {{include file="contact_template.tpl"}} {{/foreach}} - +
+
{{$paginate}}
+ +
diff --git a/view/tpl/viewcontactsajax.tpl b/view/tpl/viewcontactsajax.tpl new file mode 100644 index 000000000..68be228be --- /dev/null +++ b/view/tpl/viewcontactsajax.tpl @@ -0,0 +1,3 @@ +{{foreach $contacts as $contact}} +{{include file="contact_template.tpl"}} +{{/foreach}} -- cgit v1.2.3