mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-28 14:54:44 +02:00
Migrated some smaller utilities to BS5.
This commit is contained in:
parent
a07c43ea8a
commit
d16c01ebe0
9 changed files with 15 additions and 15 deletions
|
@ -23,11 +23,11 @@
|
|||
{% if pictures | length > 1 %}
|
||||
<a class="carousel-control-prev carousel-control" href="#pictureCarousel" role="button" data-slide="prev">
|
||||
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
|
||||
<span class="sr-only">{% trans %}part.info.prev_picture{% endtrans %}</span>
|
||||
<span class="visually-hidden">{% trans %}part.info.prev_picture{% endtrans %}</span>
|
||||
</a>
|
||||
<a class="carousel-control-next carousel-control" href="#pictureCarousel" role="button" data-slide="next">
|
||||
<span class="carousel-control-next-icon" aria-hidden="true"></span>
|
||||
<span class="sr-only">{% trans %}part.info.next_picture{% endtrans %}</span>
|
||||
<span class="visually-hidden">{% trans %}part.info.next_picture{% endtrans %}</span>
|
||||
</a>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
{% trans %}part.delete{% endtrans %}
|
||||
</button>
|
||||
<button type="button" class="btn btn-danger dropdown-toggle dropdown-toggle-split" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||
<span class="sr-only">Toggle Dropdown</span>
|
||||
<span class="visually-hidden">Toggle Dropdown</span>
|
||||
</button>
|
||||
<div class="dropdown-menu p-2">
|
||||
<div class="form-group"><label for="delete_log_comment">{% trans %}edit.log_comment{% endtrans %}</label>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue