From e9cc06dc1198c98b7634ad79f2436947d7f94477 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Wed, 24 Jun 2015 21:12:20 +0200 Subject: directory: only provide connect button if we are not already connected --- view/tpl/direntry.tpl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'view/tpl') diff --git a/view/tpl/direntry.tpl b/view/tpl/direntry.tpl index 3450ad36d..98ec25e23 100755 --- a/view/tpl/direntry.tpl +++ b/view/tpl/direntry.tpl @@ -8,7 +8,9 @@ {{if $entry.ignlink}} {{$entry.ignore_label}} {{/if}} + {{if $entry.connect}} {{$entry.conn_label}} + {{/if}}

{{if $entry.public_forum}} {{/if}}{{$entry.name}}{{if $entry.online}} {{/if}}

-- cgit v1.2.3 From de13497333c9b68e3fa2d73c9a0284da7797f405 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Sun, 28 Jun 2015 21:16:56 -0700 Subject: no this isn't it. well ok, it's part of it, but not the important part. it's still pretty cool. --- view/tpl/abook_edit.tpl | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'view/tpl') diff --git a/view/tpl/abook_edit.tpl b/view/tpl/abook_edit.tpl index fb02ff8ed..10692856e 100755 --- a/view/tpl/abook_edit.tpl +++ b/view/tpl/abook_edit.tpl @@ -50,6 +50,9 @@ {{/if}} + {{include file="field_textarea.tpl" field=$incl}} + {{include file="field_textarea.tpl" field=$excl}} + {{if $rating}}

{{$lbl_rating}}

@@ -58,6 +61,8 @@ {{/if}} + + {{/if}} @@ -75,8 +80,7 @@ {{if $rating}} {{if $notself}} -

{{$lbl_rating_txt}}

- + {{include file="field_textarea.tpl" field=$rating_text}} {{/if}} {{/if}} -- cgit v1.2.3