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