diff options
author | Mario <mario@mariovavti.com> | 2021-10-09 08:58:11 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-10-09 08:58:11 +0000 |
commit | 14733f8482f309a246a6dc8187da7327d59e6321 (patch) | |
tree | 26cd188551a7635c549401573a37bd4fab0bb585 /view/tpl/peoplefind.tpl | |
parent | b830bbd0846f86c36b07a5340aac3def8264b9f4 (diff) | |
download | volse-hubzilla-14733f8482f309a246a6dc8187da7327d59e6321.tar.gz volse-hubzilla-14733f8482f309a246a6dc8187da7327d59e6321.tar.bz2 volse-hubzilla-14733f8482f309a246a6dc8187da7327d59e6321.zip |
more bs5 fixes
Diffstat (limited to 'view/tpl/peoplefind.tpl')
-rw-r--r-- | view/tpl/peoplefind.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/peoplefind.tpl b/view/tpl/peoplefind.tpl index 2ede221f3..1dc02e4c3 100644 --- a/view/tpl/peoplefind.tpl +++ b/view/tpl/peoplefind.tpl @@ -3,7 +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}}" /> - <button class="btn btn-sm btn-outline-secondary" type="submit" name="submit"><i class="fa fa-fw fa-search"></i></button> + <button class="btn 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"> |