From 066d69b21c4d612b35a3e15ae1d5db6344935e53 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 1 May 2012 20:22:59 -0700 Subject: add template --- view/remote_friends_common.tpl | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 view/remote_friends_common.tpl (limited to 'view/remote_friends_common.tpl') diff --git a/view/remote_friends_common.tpl b/view/remote_friends_common.tpl new file mode 100644 index 000000000..b44a5b639 --- /dev/null +++ b/view/remote_friends_common.tpl @@ -0,0 +1,21 @@ +
+
$desc
+ {{ if $items }} + {{ for $items as $item }} +
+
+ + $item.name + +
+
+ +
+
+ {{ endfor }} + {{ endif }} +
+
+ -- cgit v1.2.3 From 1fab28c413d79a132b1592ff51db3729141d6998 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 1 May 2012 20:38:06 -0700 Subject: fix size --- view/remote_friends_common.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/remote_friends_common.tpl') diff --git a/view/remote_friends_common.tpl b/view/remote_friends_common.tpl index b44a5b639..a5a36b137 100644 --- a/view/remote_friends_common.tpl +++ b/view/remote_friends_common.tpl @@ -5,7 +5,7 @@
-- cgit v1.2.3 From 9ecd128e5e2aba527138c1a4afa2ff17caebe896 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 4 May 2012 01:46:36 -0700 Subject: "show more" friends in common --- view/remote_friends_common.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/remote_friends_common.tpl') diff --git a/view/remote_friends_common.tpl b/view/remote_friends_common.tpl index a5a36b137..fa66c4731 100644 --- a/view/remote_friends_common.tpl +++ b/view/remote_friends_common.tpl @@ -1,5 +1,5 @@
-
$desc
+
$desc      $more
{{ if $items }} {{ for $items as $item }}
-- cgit v1.2.3 From a048fd806aa64aa1a8498effa2ab5a7aafd54bb5 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 8 May 2012 17:40:56 -0700 Subject: don't provide 'show more' on remote friends in common unless there are actually more --- view/remote_friends_common.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/remote_friends_common.tpl') diff --git a/view/remote_friends_common.tpl b/view/remote_friends_common.tpl index fa66c4731..9e0562878 100644 --- a/view/remote_friends_common.tpl +++ b/view/remote_friends_common.tpl @@ -1,5 +1,5 @@
-
$desc      $more
+
$desc      {{ if $linkmore }}$more{{ endif }}
{{ if $items }} {{ for $items as $item }}
-- cgit v1.2.3