mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-10 00:56:19 +01:00
[CHANGE] Using the same FA icon for delete/remove
`<i class="fa-solid fa-trash-can"></i>`
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user