Merge branch 'master' into aureplop/cof-tests_calendar

This commit is contained in:
Martin Pépin 2018-04-07 13:42:19 +02:00
parent fba105fdd1
commit 71b4e6253d
13 changed files with 13 additions and 13 deletions

View file

@ -39,7 +39,7 @@
<div class="table-responsive"> <div class="table-responsive">
<table <table
class="table table-hover table-condensed sortable" class="table table-hover table-condensed sortable"
// Initial sort: [(trigramme,asc)] {# Initial sort: [(trigramme,asc)] #}
data-sortlist="[[0,0]]"> data-sortlist="[[0,0]]">
<thead> <thead>
<tr> <tr>

View file

@ -37,7 +37,7 @@
<div class="table-responsive"> <div class="table-responsive">
<table <table
class="table table-hover table-condensed sortable" class="table table-hover table-condensed sortable"
// Initial sort: [(trigramme,asc)] {# Initial sort: [(trigramme,asc)] #}
data-sortlist="[[0,0]]"> data-sortlist="[[0,0]]">
<thead> <thead>
<tr> <tr>

View file

@ -28,7 +28,7 @@
<div class="table-responsive"> <div class="table-responsive">
<table <table
class="table table-hover table-condensed sortable" 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]]"> data-sortlist="[[3,1], [0,0]]">
<thead> <thead>
<tr> <tr>

View file

@ -1,6 +1,6 @@
<table <table
class="table table-hover table-condensed sortable" class="table table-hover table-condensed sortable"
// Initial sort: [(inventory.at,desc)] {# Initial sort: [(inventory.at,desc)] #}
data-sortlist="[[0,1]]"> data-sortlist="[[0,1]]">
<thead> <thead>
<tr> <tr>

View file

@ -1,6 +1,6 @@
<table <table
class="table table-hover table-condensed sortable" class="table table-hover table-condensed sortable"
// Initial sort: [(at,desc)] {# Initial sort: [(at,desc)] #}
data-sortlist="[[0,1]]"> data-sortlist="[[0,1]]">
<thead> <thead>
<tr> <tr>

View file

@ -19,7 +19,7 @@
<div class="table-responsive"> <div class="table-responsive">
<table <table
class="table table-hover table-condensed sortable" class="table table-hover table-condensed sortable"
// Initial sort: [(name,asc)] {# Initial sort: [(name,asc)] #}
data-sortlist="[[0,0]]"> data-sortlist="[[0,0]]">
<thead> <thead>
<tr> <tr>

View file

@ -26,7 +26,7 @@
<div class="table-responsive"> <div class="table-responsive">
<table <table
class="table table-hover table-condensed sortable" class="table table-hover table-condensed sortable"
// Initial sort: [(valid_to,desc)] {# Initial sort: [(valid_to,desc)] #}
data-sortlist="[[3,1]]"> data-sortlist="[[3,1]]">
<thead> <thead>
<tr> <tr>

View file

@ -16,7 +16,7 @@
{% else %} {% else %}
<table <table
class="table table-hover table-condensed sortable" class="table table-hover table-condensed sortable"
// Initial sort: [(at,desc)] {# Initial sort: [(at,desc)] #}
data-sortlist="[[0,1]]"> data-sortlist="[[0,1]]">
<thead> <thead>
<tr> <tr>

View file

@ -19,7 +19,7 @@
<div class="table-responsive"> <div class="table-responsive">
<table <table
class="table table-hover table-condensed sortable" class="table table-hover table-condensed sortable"
// Initial sort: [(at,desc)] {# Initial sort: [(at,desc)] #}
data-sortlist="[[0,1]]"> data-sortlist="[[0,1]]">
<thead> <thead>
<tr> <tr>

View file

@ -29,7 +29,7 @@
<div class="table-responsive"> <div class="table-responsive">
<table <table
class="table table-condensed table-hover table-striped sortable" class="table table-condensed table-hover table-striped sortable"
// Initial sort: [(article.name,asc)] {# Initial sort: [(article.name,asc)] #}
data-sortlist="[[0,0]]"> data-sortlist="[[0,0]]">
<thead> <thead>
<tr> <tr>

View file

@ -57,7 +57,7 @@
<div class="table-responsive"> <div class="table-responsive">
<table <table
class="table table-hover table-condensed sortable" class="table table-hover table-condensed sortable"
// Initial sort: [(at,desc)] {# Initial sort: [(at,desc)] #}
data-sortlist="[[1,1]]"> data-sortlist="[[1,1]]">
<thead> <thead>
<tr> <tr>

View file

@ -13,7 +13,7 @@
<div class="table-responsive"> <div class="table-responsive">
<table <table
class="table table-hover table-condensed table-condensed-input text-center table-striped sortable" 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]]"> data-sortlist="[[0,0]]">
<thead> <thead>
<tr> <tr>

View file

@ -44,7 +44,7 @@
<div class="table-responsive"> <div class="table-responsive">
<table <table
class="table table-condensed table-hover table-striped sortable" class="table table-condensed table-hover table-striped sortable"
// Initial sort: [(article.name,asc)] {# Initial sort: [(article.name,asc)] #}
data-sortlist="[[0,0]]"> data-sortlist="[[0,0]]">
<thead> <thead>
<tr> <tr>