historique global : désactiver tri par opération
This commit is contained in:
parent
688c335dd3
commit
5757c4161d
1 changed files with 9 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
||||||
*}}
|
*}}
|
||||||
|
|
||||||
|
|
||||||
{{:admin_header title="Historique des mouvements" current="module_equipment"}}
|
{{:admin_header title="Historique des mouvements" custom_css="./style.css" current="module_equipment"}}
|
||||||
|
|
||||||
{{:include file="./_nav.html" current="historique"}}
|
{{:include file="./_nav.html" current="historique"}}
|
||||||
|
|
||||||
|
@ -34,7 +34,7 @@
|
||||||
<tr>
|
<tr>
|
||||||
<td>{{$date|date_short}}</td>
|
<td>{{$date|date_short}}</td>
|
||||||
<td>{{$col2}}</td>
|
<td>{{$col2}}</td>
|
||||||
<td>{{$op_label}}</td>
|
<td class="nosort">{{$op_label}}</td>
|
||||||
<td>{{$col4}}</td>
|
<td>{{$col4}}</td>
|
||||||
<td class="num">{{$amount}}</td>
|
<td class="num">{{$amount}}</td>
|
||||||
<td>{{$comment}}</td>
|
<td>{{$comment}}</td>
|
||||||
|
@ -43,3 +43,10 @@
|
||||||
{{/list}}
|
{{/list}}
|
||||||
|
|
||||||
{{:admin_footer}}
|
{{:admin_footer}}
|
||||||
|
|
||||||
|
<script type="text/javascript" src="scripts.js"></script>
|
||||||
|
<script type="text/javascript">
|
||||||
|
(function () {
|
||||||
|
disableColumSort(document.querySelector("table[class=list]"));
|
||||||
|
})();
|
||||||
|
</script>
|
||||||
|
|
Loading…
Add table
Reference in a new issue