aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/searchbox.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/tpl/searchbox.tpl')
-rw-r--r--view/tpl/searchbox.tpl2
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>