2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-01 11:10:54 +00:00

same treatment for html

This commit is contained in:
2021-05-06 14:33:03 +02:00
parent f2b0717d10
commit a77d9d9de7
51 changed files with 103 additions and 103 deletions

View File

@ -35,7 +35,7 @@
{% endif %}
<table class='table table-condensed table-striped' id='track-table' data-toolbar='#table-toolbar'>
</table>
{% endblock %}
{% block js_ready %}

View File

@ -124,7 +124,7 @@
</div>
<div class='btn-group action-buttons' role='group'>
{% if barcodes %}
<!-- Barcode actions menu -->
<div class='btn-group'>

View File

@ -32,7 +32,7 @@
</div>
</div>
</div>
<table class='table table-striped table-condensed' data-toolbar='#button-toolbar' id='test-result-table'></table>
{% endblock %}

View File

@ -163,10 +163,10 @@
submit_text: '{% trans "Export" %}',
success: function(response) {
var url = "{% url 'stock-export' %}";
url += "?format=" + response.format;
url += "&cascade=" + response.cascade;
{% if location %}
url += "&location={{ location.id }}";
{% endif %}
@ -224,9 +224,9 @@
}
});
});
$('#print-label').click(function() {
var locs = [{{ location.pk }}];
printStockLocationLabels(locs);
@ -254,7 +254,7 @@
}
});
});
loadStockTable($("#stock-table"), {
buttons: [
'#stock-options',

View File

@ -31,7 +31,7 @@
</a>
</li>
{% endif %}
{% endif %}
{% if item.child_count > 0 %}

View File

@ -10,7 +10,7 @@
{% load crispy_forms_tags %}
<input type='hidden' name='stock_action' value='{{ stock_action }}'/>
<table class='table table-condensed table-striped' id='stock-table'>
<tr>
<th>{% trans "Stock Item" %}</th>
@ -44,7 +44,7 @@
</tr>
{% endfor %}
</table>
{% crispy form %}
</form>

View File

@ -32,7 +32,7 @@
</div>
</div>
</div>
<table class='table table-striped table-condensed' data-toolbar='#button-toolbar' id='sublocation-table'></table>
</div>