Skip to content
Snippets Groups Projects
Commit d08cf175 authored by mathias.chouet's avatar mathias.chouet
Browse files

Fix bug bouton "ajout"; réorganisation des modules dans le thème PAB

parent 1ccc0aad
No related branches found
No related tags found
1 merge request!42Resolve "Ajout des modules PAB "chute" et "nombre de bassins""
......@@ -52,8 +52,8 @@
</div>
<button mat-icon-button id="new-calculator" routerLink="/list" (click)="sidenav.close()">
<mat-icon *ngIf="currentRoute != '/list'">add_box</mat-icon>
<button *ngIf="currentRoute != '/list'" mat-icon-button id="new-calculator" routerLink="/list" (click)="sidenav.close()">
<mat-icon>add_box</mat-icon>
</button>
<div id="toolbar-bottom-spacer"></div>
......
......@@ -13,7 +13,7 @@
"title": "Passe à poisson sur le Lez, entre Bollène et Suze",
"credits": "Hervé Capra / Irstea"
},
"calculators": [ 5, 6, 10, 9, 12, 13 ]
"calculators": [ 5, 6, 12, 13, 10, 9 ]
},
{
"name": "PASSE_NATURELLE",
......
......@@ -156,7 +156,7 @@
"INFO_OPTION_NONE": "Aucun",
"INFO_OPTION_NONE_F": "Aucune",
"INFO_OUVRAGE": "Ouvrage",
"INFO_PABCHUTE_TITRE": "Passe à bassin&nbsp;: chute entre bassins",
"INFO_PABCHUTE_TITRE": "Passe à bassin&nbsp;: chute",
"INFO_PABCHUTE_TITRE_COURT": "PAB&nbsp;: chute",
"INFO_PABDIMENSIONS_TITRE": "Passe à bassin&nbsp;: dimensions",
"INFO_PABDIMENSIONS_TITRE_COURT": "PAB&nbsp;: dimensions",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment