forked from DGNum/gestioCOF
Merge branch 'master' into aureplop/cof-tests_calendar
This commit is contained in:
parent
fba105fdd1
commit
71b4e6253d
13 changed files with 13 additions and 13 deletions
|
@ -39,7 +39,7 @@
|
|||
<div class="table-responsive">
|
||||
<table
|
||||
class="table table-hover table-condensed sortable"
|
||||
// Initial sort: [(trigramme,asc)]
|
||||
{# Initial sort: [(trigramme,asc)] #}
|
||||
data-sortlist="[[0,0]]">
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
<div class="table-responsive">
|
||||
<table
|
||||
class="table table-hover table-condensed sortable"
|
||||
// Initial sort: [(trigramme,asc)]
|
||||
{# Initial sort: [(trigramme,asc)] #}
|
||||
data-sortlist="[[0,0]]">
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
<div class="table-responsive">
|
||||
<table
|
||||
class="table table-hover table-condensed sortable"
|
||||
// Initial sort: [(is_sold,desc), (name,asc)]
|
||||
{# Initial sort: [(is_sold,desc), (name,asc)] #}
|
||||
data-sortlist="[[3,1], [0,0]]">
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<table
|
||||
class="table table-hover table-condensed sortable"
|
||||
// Initial sort: [(inventory.at,desc)]
|
||||
{# Initial sort: [(inventory.at,desc)] #}
|
||||
data-sortlist="[[0,1]]">
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<table
|
||||
class="table table-hover table-condensed sortable"
|
||||
// Initial sort: [(at,desc)]
|
||||
{# Initial sort: [(at,desc)] #}
|
||||
data-sortlist="[[0,1]]">
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
<div class="table-responsive">
|
||||
<table
|
||||
class="table table-hover table-condensed sortable"
|
||||
// Initial sort: [(name,asc)]
|
||||
{# Initial sort: [(name,asc)] #}
|
||||
data-sortlist="[[0,0]]">
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
<div class="table-responsive">
|
||||
<table
|
||||
class="table table-hover table-condensed sortable"
|
||||
// Initial sort: [(valid_to,desc)]
|
||||
{# Initial sort: [(valid_to,desc)] #}
|
||||
data-sortlist="[[3,1]]">
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
{% else %}
|
||||
<table
|
||||
class="table table-hover table-condensed sortable"
|
||||
// Initial sort: [(at,desc)]
|
||||
{# Initial sort: [(at,desc)] #}
|
||||
data-sortlist="[[0,1]]">
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
<div class="table-responsive">
|
||||
<table
|
||||
class="table table-hover table-condensed sortable"
|
||||
// Initial sort: [(at,desc)]
|
||||
{# Initial sort: [(at,desc)] #}
|
||||
data-sortlist="[[0,1]]">
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
<div class="table-responsive">
|
||||
<table
|
||||
class="table table-condensed table-hover table-striped sortable"
|
||||
// Initial sort: [(article.name,asc)]
|
||||
{# Initial sort: [(article.name,asc)] #}
|
||||
data-sortlist="[[0,0]]">
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
|
@ -57,7 +57,7 @@
|
|||
<div class="table-responsive">
|
||||
<table
|
||||
class="table table-hover table-condensed sortable"
|
||||
// Initial sort: [(at,desc)]
|
||||
{# Initial sort: [(at,desc)] #}
|
||||
data-sortlist="[[1,1]]">
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
<div class="table-responsive">
|
||||
<table
|
||||
class="table table-hover table-condensed table-condensed-input text-center table-striped sortable"
|
||||
// Initial sort: [(name,asc)]
|
||||
{# Initial sort: [(name,asc)] #}
|
||||
data-sortlist="[[0,0]]">
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
<div class="table-responsive">
|
||||
<table
|
||||
class="table table-condensed table-hover table-striped sortable"
|
||||
// Initial sort: [(article.name,asc)]
|
||||
{# Initial sort: [(article.name,asc)] #}
|
||||
data-sortlist="[[0,0]]">
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
Loading…
Reference in a new issue