From 69573c6afe8afcbd75304dd0cd2f12d341f4195e Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Thu, 14 Jan 2016 10:36:45 +0100 Subject: some template work on follow widget --- view/tpl/follow.tpl | 11 ++++++++--- view/tpl/peoplefind.tpl | 2 +- 2 files changed, 9 insertions(+), 4 deletions(-) (limited to 'view/tpl') diff --git a/view/tpl/follow.tpl b/view/tpl/follow.tpl index 0c808b9a5..8c1f8d4ca 100755 --- a/view/tpl/follow.tpl +++ b/view/tpl/follow.tpl @@ -1,9 +1,14 @@

{{$connect}}

-
{{$desc}}
- - +
+
+ +
+ +
+
+
{{if $abook_usage_message}}
{{$abook_usage_message}}
diff --git a/view/tpl/peoplefind.tpl b/view/tpl/peoplefind.tpl index 5d68cb2d8..d7d48cfd2 100755 --- a/view/tpl/peoplefind.tpl +++ b/view/tpl/peoplefind.tpl @@ -5,7 +5,7 @@
-
+
-- cgit v1.2.3 From e2b79c34bc0c1dc5f48295c1cca7261e8cb648fb Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Thu, 14 Jan 2016 13:50:47 +0100 Subject: some work on connections --- view/tpl/connection_template.tpl | 21 ++++++++------ view/tpl/connections.tpl | 59 ++++++++++++++++++++++++---------------- 2 files changed, 48 insertions(+), 32 deletions(-) (limited to 'view/tpl') diff --git a/view/tpl/connection_template.tpl b/view/tpl/connection_template.tpl index 35e97f3e9..aca6aa991 100755 --- a/view/tpl/connection_template.tpl +++ b/view/tpl/connection_template.tpl @@ -1,10 +1,15 @@ -
-
- {{$contact.name}} +
+ +
+
+ {{$contact.name}} +
-
-
{{$contact.name}}
-
-
{{$contact.edit}}
-
+ diff --git a/view/tpl/connections.tpl b/view/tpl/connections.tpl index 8e5266978..fdd269602 100755 --- a/view/tpl/connections.tpl +++ b/view/tpl/connections.tpl @@ -1,27 +1,38 @@ -
- -

{{$header}}{{if $total}} ({{$total}}){{/if}}

- -{{if $finding}}

{{$finding}}

{{/if}} - -
-
-{{$desc}} - - -
-
-
- -{{$tabs}} - -
-{{foreach $contacts as $contact}} - {{include file="connection_template.tpl"}} -{{/foreach}} -
-
-
+
+
+ + {{if $finding}}

{{$finding}}

{{else}}

{{$header}}{{if $total}} ({{$total}}){{/if}}

{{/if}} +
+
+
+
+
+ +
+ +
+
+
+
+
+
+ {{foreach $contacts as $contact}} + {{include file="connection_template.tpl"}} + {{/foreach}} +
+
-- cgit v1.2.3