diff options
author | Mario <mario@mariovavti.com> | 2024-10-04 11:14:41 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-10-04 11:14:41 +0000 |
commit | 04741c761aeb944c8b54472ac7e3d1e9460a8cfc (patch) | |
tree | 6360fbbe788ebd91a5261f7045ddd9c8c54a4ed5 /view | |
parent | 8f890fb6fa43ee8ee13ef9254e73a68280d545e0 (diff) | |
download | volse-hubzilla-04741c761aeb944c8b54472ac7e3d1e9460a8cfc.tar.gz volse-hubzilla-04741c761aeb944c8b54472ac7e3d1e9460a8cfc.tar.bz2 volse-hubzilla-04741c761aeb944c8b54472ac7e3d1e9460a8cfc.zip |
remove bogus icon id
Diffstat (limited to 'view')
-rw-r--r-- | view/tpl/saved_searches.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/saved_searches.tpl b/view/tpl/saved_searches.tpl index 1330bd3ad..51a19c3ae 100644 --- a/view/tpl/saved_searches.tpl +++ b/view/tpl/saved_searches.tpl @@ -4,7 +4,7 @@ <ul id="saved-search-list" class="nav nav-pills flex-column"> {{foreach $saved as $search}} <li class="nav-item nav-item-hack" id="search-term-{{$search.id}}"> - <a class="nav-link widget-nav-pills-icons" title="{{$search.delete}}" onclick="return confirmDelete();" id="drop-saved-search-term-{{$search.id}}" href="{{$search.dellink}}"><i id="dropfa-floppy-od-search-term-{{$search.id}}" class="bi bi-trash drop-icons" ></i></a> + <a class="nav-link widget-nav-pills-icons" title="{{$search.delete}}" onclick="return confirmDelete();" id="drop-saved-search-term-{{$search.id}}" href="{{$search.dellink}}"><i class="bi bi-trash drop-icons" ></i></a> <a id="saved-search-term-{{$search.id}}" class="nav-link{{if $search.selected}} active{{/if}}" href="{{$search.srchlink}}">{{$search.displayterm}}</a> </li> {{/foreach}} |