2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-20 05:46:34 +00:00

replace bold tags

This commit is contained in:
Matthias
2021-09-02 00:17:12 +02:00
parent edb1602c7c
commit 6a420fd95c
30 changed files with 42 additions and 42 deletions

View File

@ -34,7 +34,7 @@
function addHeaderTitle(title) {
// Add a header block to the action list
$("#action-item-list").append(
`<li class='list-group-item'><b>${title}</b></li>`
`<li class='list-group-item'><strong>${title}</strong></li>`
);
}

View File

@ -47,7 +47,7 @@
function addItemTitle(title) {
// Add header block to the results list
$('#search-item-list').append(
`<li class='list-group-item'><b>${title}</b></li>`
`<li class='list-group-item'><strong>${title}</strong></li>`
);
}

View File

@ -9,7 +9,7 @@
</li>
<li class='list-group-item'>
<b>{% trans "User Settings" %}</b>
<strong>{% trans "User Settings" %}</strong>
</li>
<li class='list-group-item' title='{% trans "Account" %}'>
@ -53,7 +53,7 @@
{% if user.is_staff %}
<li class='list-group-item'>
<b>{% trans "InvenTree Settings" %}</b>
<strong>{% trans "InvenTree Settings" %}</strong>
</li>
<li class='list-group-item' title='{% trans "Server" %}'>

View File

@ -13,7 +13,7 @@
<span class='fas {{ icon }}'></span>
{% endif %}
</td>
<td><b>{% trans setting.name %}</b></td>
<td><strong>{% trans setting.name %}</strong></td>
<td>
{% if setting.is_bool %}
<div>
@ -21,7 +21,7 @@
</div>
{% else %}
<div id='setting-{{ setting.pk }}'>
<b>
<strong>
<span id='setting-value-{{ setting.key.upper }}' fieldname='{{ setting.key.upper }}'>
{% if setting.value %}
{{ setting.value }}
@ -29,7 +29,7 @@
<i>{% trans "No value set" %}</i>
{% endif %}
</span>
</b>
</strong>
{{ setting.units }}
</div>
{% endif %}

View File

@ -80,7 +80,7 @@
<span class='fas fa-info-circle icon-green'></span>
{% endif %}
{% endif %}
<span class="fas fa-user"></span> <b>{{ user.get_username }}</b></a>
<span class="fas fa-user"></span> <strong>{{ user.get_username }}</strong></a>
<ul class='dropdown-menu'>
{% if user.is_authenticated %}
{% if user.is_staff %}

View File

@ -80,7 +80,7 @@
{% if form.errors %}
<div class='login-error'>
<b>{% trans "Username / password combination is incorrect" %}</b>
<strong>{% trans "Username / password combination is incorrect" %}</strong>
</div>
{% endif %}

View File

@ -6,7 +6,7 @@
<col width='25'>
<tr>
<td colspan="3"><b>{% trans "Server" %}</b></td>
<td colspan="3"><strong>{% trans "Server" %}</strong></td>
</tr>
<tr>
<td><span class='fas fa-server'></span></td>
@ -77,7 +77,7 @@
{% endif %}
<tr>
<td colspan='3'><b>{% trans "Parts" %}</b></td>
<td colspan='3'><strong>{% trans "Parts" %}</strong></td>
</tr>
<tr>
<td><span class='fas fa-sitemap'></span></td>
@ -90,7 +90,7 @@
<td>{{ part_count }}</td>
</tr>
<tr>
<td colspan="3"><b>{% trans "Stock Items" %}</b></td>
<td colspan="3"><strong>{% trans "Stock Items" %}</strong></td>
</tr>
<tr>
<td><span class='fas fa-map-marker-alt'></span></td>