aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/peoplefind.tpl
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-01-13 15:55:04 -0800
committerzotlabs <mike@macgirvin.com>2018-01-13 15:55:04 -0800
commit75285fd452147aba7d2edf938d63c158384095b5 (patch)
treef3222b200936a1c5a907f6e987bb45d26e9ecc95 /view/tpl/peoplefind.tpl
parenteb3e43feec4e2de439de5398fcf498c0de5afbd4 (diff)
parentce10a44e722c9bbaceff64273641c3e08c6ad7a5 (diff)
downloadvolse-hubzilla-75285fd452147aba7d2edf938d63c158384095b5.tar.gz
volse-hubzilla-75285fd452147aba7d2edf938d63c158384095b5.tar.bz2
volse-hubzilla-75285fd452147aba7d2edf938d63c158384095b5.zip
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge
Diffstat (limited to 'view/tpl/peoplefind.tpl')
-rwxr-xr-xview/tpl/peoplefind.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/peoplefind.tpl b/view/tpl/peoplefind.tpl
index 2ecfbaff9..5f420f6d0 100755
--- a/view/tpl/peoplefind.tpl
+++ b/view/tpl/peoplefind.tpl
@@ -3,7 +3,7 @@
<form action="directory" method="post" />
<div class="input-group form-group">
<input class="form-control form-control-sm" type="text" name="search" title="{{$hint}}{{if $advanced_search}}{{$advanced_hint}}{{/if}}" placeholder="{{$desc}}" />
- <div class="input-group-btn">
+ <div class="input-group-append">
<button class="btn btn-outline-secondary" type="submit" name="submit"><i class="fa fa-fw fa-search"></i></button>
</div>
</div>