mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-10 13:00:16 +02:00
[CHANGE] Gylphicons to Font-Awesome
This commit is contained in:
parent
61ec67183c
commit
e0fa615e90
@ -20,6 +20,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
|
|
||||||
{% for ops in timers %}
|
{% for ops in timers %}
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
@ -38,15 +39,16 @@
|
|||||||
<td nowrap><div id="localtime{{ ops.id }}"></div><div id="countdown{{ ops.id }}"></div></td>
|
<td nowrap><div id="localtime{{ ops.id }}"></div><div id="countdown{{ ops.id }}"></div></td>
|
||||||
<td>{{ ops.duration }}</td>
|
<td>{{ ops.duration }}</td>
|
||||||
<td>{{ ops.fc }}</td>
|
<td>{{ ops.fc }}</td>
|
||||||
|
|
||||||
{% if perms.auth.optimer_management %}
|
{% if perms.auth.optimer_management %}
|
||||||
{# <td>{{ ops.eve_character }}</td>#}
|
{# <td>{{ ops.eve_character }}</td>#}
|
||||||
<td class="text-end">
|
<td class="text-end">
|
||||||
<a href="{% url 'optimer:remove' ops.id %}" class="btn btn-danger">
|
<a href="{% url 'optimer:remove' ops.id %}" class="btn btn-danger">
|
||||||
<span class="glyphicon glyphicon-remove"></span>
|
<i class="fa-solid fa-trash"></i>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<a href="{% url 'optimer:edit' ops.id %}" class="btn btn-info">
|
<a href="{% url 'optimer:edit' ops.id %}" class="btn btn-info">
|
||||||
<span class="glyphicon glyphicon-pencil"></span>
|
<i class="fa-solid fa-pen-to-square"></i>
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user