diff options
author | mrjive <mrjive@mrjive.it> | 2016-01-14 18:07:56 +0100 |
---|---|---|
committer | mrjive <mrjive@mrjive.it> | 2016-01-14 18:07:56 +0100 |
commit | 2696deb2a18ba06593657a2317176baa26821708 (patch) | |
tree | 6db62ef956bf06b7bc8ee7f31536b01d66ecc8e0 /view/tpl/peoplefind.tpl | |
parent | 5c937c5642e87750b55e15c9d9c1b863e5d5cfc1 (diff) | |
parent | 9f9fdc1434b7283171f8d843f225228cdb322115 (diff) | |
download | volse-hubzilla-2696deb2a18ba06593657a2317176baa26821708.tar.gz volse-hubzilla-2696deb2a18ba06593657a2317176baa26821708.tar.bz2 volse-hubzilla-2696deb2a18ba06593657a2317176baa26821708.zip |
Merge pull request #16 from redmatrix/master
updating from original codebase
Diffstat (limited to 'view/tpl/peoplefind.tpl')
-rwxr-xr-x | 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 5d68cb2d8..d7d48cfd2 100755 --- a/view/tpl/peoplefind.tpl +++ b/view/tpl/peoplefind.tpl @@ -5,7 +5,7 @@ <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}}" /> - <div class="input-group-btn"> + <div class="input-group-btn"> <button class="btn btn-default btn-sm" type="submit" name="submit"><i class="icon-search"></i></button> </div> </div> |