diff options
author | zotlabs <mike@macgirvin.com> | 2016-12-30 13:09:35 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2016-12-30 13:09:35 -0800 |
commit | a9c8d4a2162d096b8e09daae1e2c1af6c99d76fb (patch) | |
tree | 3053430066293e1d4f65de476c8c4f3655e1533c /view/tpl/peoplefind.tpl | |
parent | 2e2254371a0d6bdc2bb6e13b699e6353e42b1c2f (diff) | |
download | volse-hubzilla-a9c8d4a2162d096b8e09daae1e2c1af6c99d76fb.tar.gz volse-hubzilla-a9c8d4a2162d096b8e09daae1e2c1af6c99d76fb.tar.bz2 volse-hubzilla-a9c8d4a2162d096b8e09daae1e2c1af6c99d76fb.zip |
peoplefind widget should honour directory option settings (such as this site only).
Diffstat (limited to 'view/tpl/peoplefind.tpl')
-rwxr-xr-x | view/tpl/peoplefind.tpl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/view/tpl/peoplefind.tpl b/view/tpl/peoplefind.tpl index 0b7f792a6..ae0b7f1ea 100755 --- a/view/tpl/peoplefind.tpl +++ b/view/tpl/peoplefind.tpl @@ -1,7 +1,6 @@ <div id="peoplefind-sidebar" class="widget"> <h3>{{$findpeople}}</h3> <form action="directory" method="post" /> - <input type="hidden" name="navsearch" value="1" /> <div class="form-group"> <div class="input-group"> <input class="widget-input" type="text" name="search" title="{{$hint}}{{if $advanced_search}}{{$advanced_hint}}{{/if}}" placeholder="{{$desc}}" /> |