diff options
author | Mario <mario@mariovavti.com> | 2024-10-04 11:06:35 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-10-04 11:06:35 +0000 |
commit | 8f890fb6fa43ee8ee13ef9254e73a68280d545e0 (patch) | |
tree | 32399d42dd3d6d282804c93169636423251781b1 /view | |
parent | 1afb2a4ce85c8a5215b99363b648a2cfa711b0e6 (diff) | |
download | volse-hubzilla-8f890fb6fa43ee8ee13ef9254e73a68280d545e0.tar.gz volse-hubzilla-8f890fb6fa43ee8ee13ef9254e73a68280d545e0.tar.bz2 volse-hubzilla-8f890fb6fa43ee8ee13ef9254e73a68280d545e0.zip |
more fa2bi fixes
Diffstat (limited to 'view')
-rw-r--r-- | view/tpl/searchbox.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/searchbox.tpl b/view/tpl/searchbox.tpl index b3159de0e..5bf0c2c72 100644 --- a/view/tpl/searchbox.tpl +++ b/view/tpl/searchbox.tpl @@ -4,7 +4,7 @@ <input class="form-control" type="text" name="search" id="search-text" value="{{$s}}" onclick="this.submit();" /> <button type="submit" name="submit" class="btn btn-outline-secondary" id="search-submit" value="{{$search_label}}"><i class="bi bi-search"></i></button> {{if $savedsearch}} - <button type="submit" name="searchsave" class="btn btn-outline-secondary" id="search-save" value="{{$save_label}}"><i class="bi fa-floppy-o"></i></button> + <button type="submit" name="searchsave" class="btn btn-outline-secondary" id="search-save" value="{{$save_label}}"><i class="bi bi-save"></i></button> {{/if}} </div> </form> |