2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-19 21:45:39 +00:00

breadcrumbs

This commit is contained in:
Oliver
2021-10-27 20:17:37 +11:00
parent 219191eb6a
commit 9df9aaa18f
8 changed files with 43 additions and 47 deletions

View File

@ -68,8 +68,18 @@
{% include "navbar.html" %}
<div class='main body wrapper'>
<div class='inventree-body'>
<div class='container-fluid'>
<nav aria-label='breadcrumb'>
<ol class='breadcrumb'>
{% block breadcrumbs %}
<li class='breadcrumb-item active'>Breadcrumbs Go Here!</li>
{% endblock %}
</ol>
</nav>
</div>
<div class='containter-fluid inventree-pre-content'>
{% block pre_content %}

View File

@ -2024,6 +2024,8 @@ function constructHiddenInput(name, parameters) {
// Construct a "checkbox" input
function constructCheckboxInput(name, parameters) {
var todo = "refactor this with the new bootstrap slide-toggle thingy";
return constructInputOptions(
name,
'form-check-input',