Commit d08cf175 authored by Mathias Chouet's avatar Mathias Chouet :spaghetti:
Browse files

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

Showing with 4 additions and 4 deletions
+4 -4
...@@ -52,8 +52,8 @@ ...@@ -52,8 +52,8 @@
</div> </div>
<button mat-icon-button id="new-calculator" routerLink="/list" (click)="sidenav.close()"> <button *ngIf="currentRoute != '/list'" mat-icon-button id="new-calculator" routerLink="/list" (click)="sidenav.close()">
<mat-icon *ngIf="currentRoute != '/list'">add_box</mat-icon> <mat-icon>add_box</mat-icon>
</button> </button>
<div id="toolbar-bottom-spacer"></div> <div id="toolbar-bottom-spacer"></div>
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
"title": "Passe à poisson sur le Lez, entre Bollène et Suze", "title": "Passe à poisson sur le Lez, entre Bollène et Suze",
"credits": "Hervé Capra / Irstea" "credits": "Hervé Capra / Irstea"
}, },
"calculators": [ 5, 6, 10, 9, 12, 13 ] "calculators": [ 5, 6, 12, 13, 10, 9 ]
}, },
{ {
"name": "PASSE_NATURELLE", "name": "PASSE_NATURELLE",
......
...@@ -156,7 +156,7 @@ ...@@ -156,7 +156,7 @@
"INFO_OPTION_NONE": "Aucun", "INFO_OPTION_NONE": "Aucun",
"INFO_OPTION_NONE_F": "Aucune", "INFO_OPTION_NONE_F": "Aucune",
"INFO_OUVRAGE": "Ouvrage", "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_PABCHUTE_TITRE_COURT": "PAB&nbsp;: chute",
"INFO_PABDIMENSIONS_TITRE": "Passe à bassin&nbsp;: dimensions", "INFO_PABDIMENSIONS_TITRE": "Passe à bassin&nbsp;: dimensions",
"INFO_PABDIMENSIONS_TITRE_COURT": "PAB&nbsp;: dimensions", "INFO_PABDIMENSIONS_TITRE_COURT": "PAB&nbsp;: dimensions",
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment