diff --git a/_immobilisations.html b/_immobilisations.html
index 6e93d2d..64df5fb 100644
--- a/_immobilisations.html
+++ b/_immobilisations.html
@@ -1,6 +1,6 @@
{{* -*- brindille -*- *}}
-{{* Liste des immobilisations amortissable ou à définir *}}
+{{* Liste des immobilisations en cours ou amorties *}}
{{if $type_immo == "encours"}}
diff --git a/_nav.html b/_nav.html
index 4ce4216..1383687 100644
--- a/_nav.html
+++ b/_nav.html
@@ -20,7 +20,7 @@
En cours
Amorties
Sorties du bilan
- Autres
+ Autres
{{/if}}
diff --git a/add_asset.html b/add_asset.html
index 06393f6..666df24 100644
--- a/add_asset.html
+++ b/add_asset.html
@@ -117,11 +117,11 @@
status=$status
}}
{{if $_POST.amortir}}
- {{:assign amort="encours"}}
+ {{:assign type_immo="encours"}}
{{else}}
- {{:assign amort="autres"}}
+ {{:assign type_immo="autre"}}
{{/if}}
- {{:redirect force="index.html?ok=1&msg=immobilisation&amort=%s"|args:$amort}}
+ {{:redirect force="index.html?ok=1&msg=immobilisation&type_immo=%s"|args:$type_immo}}
{{/form}}
{{:admin_header title="Ajout immobilisation" current="module_amortissement"}}
diff --git a/add_infos.html b/add_infos.html
index 4a5ae85..706179f 100644
--- a/add_infos.html
+++ b/add_infos.html
@@ -63,7 +63,7 @@
}}
{{if ! $_POST.amortir}}
- {{:assign type_immo="autres"}}
+ {{:assign type_immo="autre"}}
{{else}}
{{:assign type_immo=$_GET.type_immo}}
{{/if}}
diff --git a/amortization.html b/amortization.html
index ee68bd0..1e12668 100644
--- a/amortization.html
+++ b/amortization.html
@@ -115,7 +115,7 @@
{{elseif $_GET.type_immo == null || $_GET.type_immo == "encours"}}
{{:assign subcurrent="encours"}}
{{else}}
- {{:assign subcurrent="autres"}}
+ {{:assign subcurrent="autre"}}
{{/if}}
{{:include
diff --git a/index.html b/index.html
index f949c49..ac5c003 100644
--- a/index.html
+++ b/index.html
@@ -34,7 +34,7 @@
{{/select}}
{{/load}}
-{{if $type_immo == "autres"}}
+{{if $type_immo == "autre"}}
{{:include file="_immobilisations_autres.html"}}
{{elseif $type_immo == "sortie"}}
{{:include file="_archives.html"}}
diff --git a/write_exit.html b/write_exit.html
index b3772df..591e803 100644
--- a/write_exit.html
+++ b/write_exit.html
@@ -260,7 +260,7 @@
}}
{{/if}}
- {{:redirect to="index.html?amort=sortie"}}
+ {{:redirect to="index.html?type_immo=sortie"}}
{{/form}}
{{:admin_header title="Sortie du bilan" custom_css="./style.css" current="module_amortissement"}}