Merge branch 'features/feature-remove-birthday-defunt' into staging
This commit is contained in:
commit
1cddf14d2c
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -30,7 +30,6 @@ export class Defunt {
|
|||||||
let myrow = [
|
let myrow = [
|
||||||
'<div>' + this.id + '</div>', // identifiant
|
'<div>' + this.id + '</div>', // identifiant
|
||||||
'<div class="editable" data-table="defunt" data-column="nom" data-id="' + this.id + '">' + this.nom + '</div>', // nom
|
'<div class="editable" data-table="defunt" data-column="nom" data-id="' + this.id + '">' + this.nom + '</div>', // nom
|
||||||
'<input style="margin:0;padding:0;" class="inputDate" type="date" value=' + this.date_naissance + ' data-table="defunt" data-column="date_naissance" data-id="' + this.id + '"/>',
|
|
||||||
'<div id="ageDefunt-'+this.id+'">'+this.age+'</div>', // age
|
'<div id="ageDefunt-'+this.id+'">'+this.age+'</div>', // age
|
||||||
'<div>'+
|
'<div>'+
|
||||||
'<select class="gestion-select" data-table="defunt" data-column="sexe" data-id="' + this.id + '">'+
|
'<select class="gestion-select" data-table="defunt" data-column="sexe" data-id="' + this.id + '">'+
|
||||||
|
|||||||
@ -16,7 +16,6 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<th><?php p($l->t('ID'));?></th>
|
<th><?php p($l->t('ID'));?></th>
|
||||||
<th>Nom</th>
|
<th>Nom</th>
|
||||||
<th>Date de naissance</th>
|
|
||||||
<th>Âge</th>
|
<th>Âge</th>
|
||||||
<th>Sexe</th>
|
<th>Sexe</th>
|
||||||
<th>Référence pacemaker</th>
|
<th>Référence pacemaker</th>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user