From 0b347ccc14a384bfcbda343aacc1dfa1b7ddd740 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Mon, 29 Jun 2015 20:35:56 -0700 Subject: turn the connection filter into a feature. --- view/tpl/abook_edit.tpl | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'view') diff --git a/view/tpl/abook_edit.tpl b/view/tpl/abook_edit.tpl index 10692856e..d118cbb9c 100755 --- a/view/tpl/abook_edit.tpl +++ b/view/tpl/abook_edit.tpl @@ -50,8 +50,13 @@ {{/if}} +{{if $connfilter}} {{include file="field_textarea.tpl" field=$incl}} {{include file="field_textarea.tpl" field=$excl}} +{{else}} + + +{{/if}} {{if $rating}}

{{$lbl_rating}}

-- cgit v1.2.3