[CHANGE] Using the same FA icon for delete/remove

`<i class="fa-solid fa-trash-can"></i>`
This commit is contained in:
Peter Pfeufer
2023-12-10 13:15:26 +01:00
parent eaedcd5bb7
commit 9a62c729eb
9 changed files with 11 additions and 11 deletions

View File

@@ -50,7 +50,7 @@
</button>
<button type="submit" title="Remove" onclick="return confirm('{% translate "Are you sure you want to delete SRP requests?" %}')" class="btn btn-danger btn-sm m-1" formaction="{% url 'srp:request_remove' %}">
<i class="fa-solid fa-trash-alt"></i>
<i class="fa-solid fa-trash-can"></i>
</button>
{% endif %}
</div>
@@ -141,7 +141,7 @@ ESC to cancel{% endblocktranslate %}" id="blah"></i></th>
</button>
<button type="submit" title="Remove" onclick="return confirm('{% translate "Are you sure you want to delete SRP requests?" %}')" class="btn btn-danger btn-sm m-1" formaction="{% url 'srp:request_remove' %}">
<i class="fa-solid fa-trash-alt"></i>
<i class="fa-solid fa-trash-can"></i>
</button>
{% endif %}
</div>

View File

@@ -104,7 +104,7 @@
</a>
<a href="{% url 'srp:remove' srpfleet.id %}" onclick="return confirm('{% translate "Are you sure you want to delete this SRP code and its contents?" %}')" class="btn btn-danger btn-sm m-1" title="Remove">
<i class="fa-solid fa-trash fa-fw"></i>
<i class="fa-solid fa-trash-can fa-fw"></i>
</a>
{% if srpfleet.fleet_srp_code %}