mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 13:15:43 +00:00 
			
		
		
		
	fix tags
This commit is contained in:
		| @@ -77,7 +77,7 @@ | ||||
|                 {% endif %} | ||||
|  | ||||
|                 {% if plugin.website %} | ||||
|                 <a href="{{ plugin.website }}"><i class="fas fa-globe"></i></a> | ||||
|                 <a href="{{ plugin.website }}"><span class="fas fa-globe"></span></a> | ||||
|                 {% endif %} | ||||
|             </td> | ||||
|             <td>{{ plugin.author }}</td> | ||||
|   | ||||
| @@ -65,7 +65,7 @@ | ||||
|                     <input id="email_radio_{{forloop.counter}}" type="radio" name="email" {% if emailaddress.primary or user.emailaddress_set.count == 1 %}checked="checked" {%endif %} value="{{emailaddress.email}}" /> | ||||
|  | ||||
|                     {% if emailaddress.primary %} | ||||
|                     <b>{{ emailaddress.email }}</b> | ||||
|                     <strong>{{ emailaddress.email }}</strong> | ||||
|                     {% else %} | ||||
|                     {{ emailaddress.email }} | ||||
|                     {% endif %} | ||||
|   | ||||
| @@ -94,7 +94,7 @@ | ||||
|                 {% if server_restart_required and not demo_mode %} | ||||
|                 <div id='alert-restart-server' class='alert alert-danger' role='alert'> | ||||
|                     <span class='fas fa-server'></span> | ||||
|                     <b>{% trans "Server Restart Required" %}</b> | ||||
|                     <strong>{% trans "Server Restart Required" %}</strong> | ||||
|                     <small> | ||||
|                         <br> | ||||
|                         {% trans "A configuration option has been changed which requires a server restart" %}. {% trans "Contact your system administrator for further information" %} | ||||
|   | ||||
| @@ -1,7 +1,7 @@ | ||||
| {% load i18n %} | ||||
| <span title='{{ text }}' class="list-group-item sidebar-list-group-item border-end d-inline-block text-truncate bg-light" data-bs-parent="#sidebar"> | ||||
|     <h6> | ||||
|         <i class="bi bi-bootstrap"></i> | ||||
|         <span class="bi bi-bootstrap"></span> | ||||
|         {% if icon %}<span class='sidebar-item-icon fas {{ icon }}'></span>{% endif %} | ||||
|         {% if text %}<span class='sidebar-item-text' style='display: none;'><strong>{{ text }}</strong></span>{% endif %} | ||||
|     </h6> | ||||
|   | ||||
| @@ -1,6 +1,6 @@ | ||||
| {% load i18n %} | ||||
| <a href="#" id='select-{{ label }}' title='{{ text }}' class="list-group-item sidebar-list-group-item border-end d-inline-block text-truncate sidebar-selector" data-bs-parent="#sidebar"> | ||||
|     <i class="bi bi-bootstrap"></i> | ||||
|     <span class="bi bi-bootstrap"></span> | ||||
|     <span class='sidebar-item-icon fas {{ icon|default:"fa-circle" }}'></span> | ||||
|     <span class='sidebar-item-text' style='display: none;'>{{ text }}</span> | ||||
|     {% if badge %} | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| {% load i18n %} | ||||
| <a href="{{ url }}" class="list-group-item sidebar-list-group-item border-end d-inline-block text-truncate" data-bs-parent="#sidebar"> | ||||
|     <i class="bi bi-bootstrap"></i><span class='sidebar-item-icon fas {{ icon }}'></span><span class='sidebar-item-text' style='display: none;'>{{ text }}</span> | ||||
|     <span class="bi bi-bootstrap"></span><span class='sidebar-item-icon fas {{ icon }}'></span><span class='sidebar-item-text' style='display: none;'>{{ text }}</span> | ||||
| </a> | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| <a href="#" id='{{ target }}-toggle' class="list-group-item sidebar-list-group-item border-end d-inline-block text-truncate sidebar-toggle" data-bs-parent="#sidebar" style='display: none;'> | ||||
|     <i class="bi bi-bootstrap"></i><span id='sidebar-toggle-icon' class='sidebar-item-icon fas fa-chevron-left'></span> | ||||
|     <span class="bi bi-bootstrap"></span><span id='sidebar-toggle-icon' class='sidebar-item-icon fas fa-chevron-left'></span> | ||||
|     {% if text %}<span class='sidebar-item-text' style='display: none;'>{{ text }}</span>{% endif %} | ||||
| </a> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user