mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-30 20:55:42 +00:00 
			
		
		
		
	| @@ -14,7 +14,7 @@ | |||||||
| {% endblock %} | {% endblock %} | ||||||
|  |  | ||||||
| {% block breadcrumbs %} | {% block breadcrumbs %} | ||||||
| <a href='#' id='breadcrumb-tree-toggle' class="breadcrumb-item"><i class="fas fa-bars"></i></a> | <a href='#' id='breadcrumb-tree-toggle' class="breadcrumb-item"><span class="fas fa-bars"></span></a> | ||||||
| {% if part %} | {% if part %} | ||||||
| {% include "part/cat_link.html" with category=part.category part=part %} | {% include "part/cat_link.html" with category=part.category part=part %} | ||||||
| {% else %} | {% else %} | ||||||
|   | |||||||
| @@ -10,7 +10,7 @@ | |||||||
| {% endblock %} | {% endblock %} | ||||||
|  |  | ||||||
| {% block breadcrumbs %} | {% block breadcrumbs %} | ||||||
| <a href='#' id='breadcrumb-tree-toggle' class="breadcrumb-item"><i class="fas fa-bars"></i></a> | <a href='#' id='breadcrumb-tree-toggle' class="breadcrumb-item"><span class="fas fa-bars"></span></a> | ||||||
| {% include 'stock/loc_link.html' with location=item.location %} | {% include 'stock/loc_link.html' with location=item.location %} | ||||||
| {% endblock %} | {% endblock %} | ||||||
|  |  | ||||||
|   | |||||||
| @@ -18,7 +18,7 @@ | |||||||
| {% endblock %} | {% endblock %} | ||||||
|  |  | ||||||
| {% block breadcrumbs %} | {% block breadcrumbs %} | ||||||
| <a href='#' id='breadcrumb-tree-toggle' class="breadcrumb-item"><i class="fas fa-bars"></i></a> | <a href='#' id='breadcrumb-tree-toggle' class="breadcrumb-item"><span class="fas fa-bars"></span></a> | ||||||
| {% if item %} | {% if item %} | ||||||
| {% include 'stock/loc_link.html' with location=item.location %} | {% include 'stock/loc_link.html' with location=item.location %} | ||||||
| {% else %} | {% else %} | ||||||
|   | |||||||
| @@ -77,7 +77,7 @@ | |||||||
|                 {% endif %} |                 {% endif %} | ||||||
|  |  | ||||||
|                 {% if plugin.website %} |                 {% 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 %} |                 {% endif %} | ||||||
|             </td> |             </td> | ||||||
|             <td>{{ plugin.author }}</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}}" /> |                     <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 %} |                     {% if emailaddress.primary %} | ||||||
|                     <b>{{ emailaddress.email }}</b> |                     <strong>{{ emailaddress.email }}</strong> | ||||||
|                     {% else %} |                     {% else %} | ||||||
|                     {{ emailaddress.email }} |                     {{ emailaddress.email }} | ||||||
|                     {% endif %} |                     {% endif %} | ||||||
|   | |||||||
| @@ -94,7 +94,7 @@ | |||||||
|                 {% if server_restart_required and not demo_mode %} |                 {% if server_restart_required and not demo_mode %} | ||||||
|                 <div id='alert-restart-server' class='alert alert-danger' role='alert'> |                 <div id='alert-restart-server' class='alert alert-danger' role='alert'> | ||||||
|                     <span class='fas fa-server'></span> |                     <span class='fas fa-server'></span> | ||||||
|                     <b>{% trans "Server Restart Required" %}</b> |                     <strong>{% trans "Server Restart Required" %}</strong> | ||||||
|                     <small> |                     <small> | ||||||
|                         <br> |                         <br> | ||||||
|                         {% trans "A configuration option has been changed which requires a server restart" %}. {% trans "Contact your system administrator for further information" %} |                         {% 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 %} | {% 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"> | <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> |     <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 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 %} |         {% if text %}<span class='sidebar-item-text' style='display: none;'><strong>{{ text }}</strong></span>{% endif %} | ||||||
|     </h6> |     </h6> | ||||||
|   | |||||||
| @@ -1,6 +1,6 @@ | |||||||
| {% load i18n %} | {% 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"> | <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-icon fas {{ icon|default:"fa-circle" }}'></span> | ||||||
|     <span class='sidebar-item-text' style='display: none;'>{{ text }}</span> |     <span class='sidebar-item-text' style='display: none;'>{{ text }}</span> | ||||||
|     {% if badge %} |     {% if badge %} | ||||||
|   | |||||||
| @@ -1,4 +1,4 @@ | |||||||
| {% load i18n %} | {% load i18n %} | ||||||
| <a href="{{ url }}" class="list-group-item sidebar-list-group-item border-end d-inline-block text-truncate" data-bs-parent="#sidebar"> | <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> | </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;'> | <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 %} |     {% if text %}<span class='sidebar-item-text' style='display: none;'>{{ text }}</span>{% endif %} | ||||||
| </a> | </a> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user