2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-11-06 16:15:42 +00:00

Refactoring a lot of existing settings views

This commit is contained in:
Oliver
2021-07-27 00:20:31 +10:00
parent 125260160c
commit de89c3997d
16 changed files with 232 additions and 161 deletions

View File

@@ -0,0 +1,13 @@
<div class='panel panel-default panel-inventree panel-hidden' id='panel-{% block label %}name{% endblock %}'>
{% block panel_heading %}
<div class='panel-heading'>
<h4>{% block heading %}HEADING{% endblock %}</h4>
</div>
{% endblock %}
{% block panel_content %}
<div class='panel-content'>
{% block content %}
{% endblock %}
</div>
{% endblock %}
</div>