Compare commits

...

1 Commits

Author SHA1 Message Date
Richard Schreiber
b8727bb03c [A11y] replace b with strong for better semantics 2025-05-12 13:00:25 +02:00
10 changed files with 12 additions and 12 deletions

View File

@@ -85,7 +85,7 @@
<div class="checkbox"> <div class="checkbox">
<label> <label>
<input type="checkbox" name="delete" value="yes" /> <input type="checkbox" name="delete" value="yes" />
<b>{% trans "Permanently delete all orders created in test mode" %}</b> <strong>{% trans "Permanently delete all orders created in test mode" %}</strong>
</label> </label>
</div> </div>
<div class="text-right"> <div class="text-right">

View File

@@ -79,7 +79,7 @@
<div class="panel panel-default"> <div class="panel panel-default">
<div class="panel-heading"> <div class="panel-heading">
{% endif %} {% endif %}
<h3 class="panel-title"><b> <h3 class="panel-title"><strong>
{% if subevent_list_foldable %} {% if subevent_list_foldable %}
{% if show_cart %} {% if show_cart %}
{% trans "Add tickets for a different date" %} {% trans "Add tickets for a different date" %}
@@ -88,7 +88,7 @@
{% endif %} {% endif %}
{% else %} {% else %}
{% trans "Choose date to book a ticket" %} {% trans "Choose date to book a ticket" %}
{% endif %}</b> {% endif %}</strong>
</h3> </h3>
{% if subevent_list_foldable %} {% if subevent_list_foldable %}
</summary> </summary>

View File

@@ -7,7 +7,7 @@
<div class="panel panel-default"> <div class="panel panel-default">
<div class="panel-heading"> <div class="panel-heading">
<h3 class="panel-title"> <h3 class="panel-title">
{% icon "address-card-o" %} <b>{% trans "Delete address" %}</b> {% icon "address-card-o" %} <strong>{% trans "Delete address" %}</strong>
</h3> </h3>
</div> </div>
<div class="panel-body account-addresses"> <div class="panel-body account-addresses">

View File

@@ -8,7 +8,7 @@
<div class="panel-heading"> <div class="panel-heading">
<h3 class="panel-title"> <h3 class="panel-title">
{% icon "address-card-o" %} {% icon "address-card-o" %}
<b>{% trans "Addresses" %}</b> ({{ page_obj.paginator.count }}) <strong>{% trans "Addresses" %}</strong> ({{ page_obj.paginator.count }})
</h3> </h3>
</div> </div>
<div class="panel-body"> <div class="panel-body">

View File

@@ -13,7 +13,7 @@
{% else %} {% else %}
{% icon "id-badge" %} {% icon "id-badge" %}
{% endif %} {% endif %}
<b>{% trans "Your membership" %}</b> <strong>{% trans "Your membership" %}</strong>
{% if membership.testmode %} {% if membership.testmode %}
<span class="h6"> <span class="h6">
{% textbubble "warning" %} {% textbubble "warning" %}

View File

@@ -9,7 +9,7 @@
<div class="panel-heading"> <div class="panel-heading">
<h3 class="panel-title"> <h3 class="panel-title">
{% icon "id-badge" %} {% icon "id-badge" %}
<b>{% trans "Memberships" %}</b> ({{ page_obj.paginator.count }}) <strong>{% trans "Memberships" %}</strong> ({{ page_obj.paginator.count }})
</h3> </h3>
</div> </div>
<div class="panel-body"> <div class="panel-body">

View File

@@ -10,7 +10,7 @@
<div class="panel-heading"> <div class="panel-heading">
<h3 class="panel-title"> <h3 class="panel-title">
{% icon "shopping-cart" %} {% icon "shopping-cart" %}
<b>{% trans "Orders" %}</b> ({{ page_obj.paginator.count }}) <strong>{% trans "Orders" %}</strong> ({{ page_obj.paginator.count }})
</h3> </h3>
</div> </div>
<div class="panel-body"> <div class="panel-body">

View File

@@ -7,7 +7,7 @@
<div class="panel panel-default"> <div class="panel panel-default">
<div class="panel-heading"> <div class="panel-heading">
<h3 class="panel-title"> <h3 class="panel-title">
{% icon "user" %} <b>{% trans "Delete profile" %}</b> {% icon "user" %} <strong>{% trans "Delete profile" %}</strong>
</h3> </h3>
</div> </div>
<div class="panel-body"> <div class="panel-body">

View File

@@ -8,7 +8,7 @@
<div class="panel-heading"> <div class="panel-heading">
<h3 class="panel-title"> <h3 class="panel-title">
{% icon "users" %} {% icon "users" %}
<b>{% trans "Attendee profiles" %}</b> ({{ page_obj.paginator.count }}) <strong>{% trans "Attendee profiles" %}</strong> ({{ page_obj.paginator.count }})
</h3> </h3>
</div> </div>
<div class="panel-body"> <div class="panel-body">

View File

@@ -34,13 +34,13 @@
<div class="panel panel-default"> <div class="panel panel-default">
<div class="panel-heading"> <div class="panel-heading">
<h2 class="panel-title"> <h2 class="panel-title">
<b> <strong>
{% if "old" in request.GET %} {% if "old" in request.GET %}
{% trans "Past events" %} {% trans "Past events" %}
{% else %} {% else %}
{% trans "Upcoming events" %} {% trans "Upcoming events" %}
{% endif %} {% endif %}
</b> </strong>
</h2> </h2>
</div> </div>
{% if filter_form.fields %} {% if filter_form.fields %}