diff options
author | Mario <mario@mariovavti.com> | 2021-08-17 18:07:30 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-08-17 18:07:30 +0000 |
commit | c3bbc35e84bc8517064a55e362aeefb905d910b4 (patch) | |
tree | 8e084ec903c07eb8483e64ed5a9422d1dae79789 /view/tpl/peoplefind.tpl | |
parent | a2403042c25a9202e8b926962c5035d34c0e08a3 (diff) | |
download | volse-hubzilla-c3bbc35e84bc8517064a55e362aeefb905d910b4.tar.gz volse-hubzilla-c3bbc35e84bc8517064a55e362aeefb905d910b4.tar.bz2 volse-hubzilla-c3bbc35e84bc8517064a55e362aeefb905d910b4.zip |
more bs5 fixes
Diffstat (limited to 'view/tpl/peoplefind.tpl')
-rw-r--r-- | view/tpl/peoplefind.tpl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/view/tpl/peoplefind.tpl b/view/tpl/peoplefind.tpl index cb0617b10..2ede221f3 100644 --- a/view/tpl/peoplefind.tpl +++ b/view/tpl/peoplefind.tpl @@ -3,9 +3,7 @@ <form action="directory" method="post" /> <div class="input-group mb-3"> <input class="form-control" type="text" name="search" title="{{$hint}}{{if $advanced_search}}{{$advanced_hint}}{{/if}}" placeholder="{{$desc}}" /> - <div class="input-group-append"> - <button class="btn btn-sm btn-outline-secondary" type="submit" name="submit"><i class="fa fa-fw fa-search"></i></button> - </div> + <button class="btn btn-sm btn-outline-secondary" type="submit" name="submit"><i class="fa fa-fw fa-search"></i></button> </div> </form> <ul class="nav nav-pills flex-column"> |