diff --git a/materiels.tar.gz b/materiels.tar.gz
index a675845..f83df73 100644
Binary files a/materiels.tar.gz and b/materiels.tar.gz differ
diff --git a/src/templates/categories/index.tpl b/src/templates/categories/index.tpl
index 1736847..2e21a88 100644
--- a/src/templates/categories/index.tpl
+++ b/src/templates/categories/index.tpl
@@ -27,9 +27,9 @@
{$cat.name} |
- {linkbutton shape="upload" label="Liste des matériels" href="materiels_par_categorie.php?id=%d"|args:$cat.id}
- {linkbutton shape="edit" label="Modifier" href="modifier_categorie.php?id=%d"|args:$cat.id}
- {linkbutton shape="delete" label="Supprimer" href="supprimer_categorie.php?id=%d"|args:$cat.id}
+ {linkbutton shape="upload" label="Liste des matériels" href="materiels_par_categorie.php?id=%d"|args:$cat.id}
+ {linkbutton shape="edit" label="Modifier" href="modifier_categorie.php?id=%d"|args:$cat.id}
+ {linkbutton shape="delete" label="Supprimer" href="supprimer_categorie.php?id=%d"|args:$cat.id}
|
{/foreach}
diff --git a/src/templates/categories/materiels_par_categorie.tpl b/src/templates/categories/materiels_par_categorie.tpl
index e2eae6c..d8fe5cf 100644
--- a/src/templates/categories/materiels_par_categorie.tpl
+++ b/src/templates/categories/materiels_par_categorie.tpl
@@ -2,7 +2,7 @@
{include file="%s_nav.tpl"|args:$plugin_tpl current_nav="categories"}
-{$cat_name}
+{$cat_name}
@@ -10,22 +10,22 @@
- Matériel dont l'association est propriétaire |
+ Matériel dont l'association est propriétaire |
Désignation |
- Stock |
- Sortie |
- Disponible |
+ Stock |
+ Sortie |
+ Disponible |
{foreach from=$eqmts_owned item="eqmt"}
{$eqmt.designation} |
- {$eqmt.owned} |
- {$eqmt.owned_out} |
- {$eqmt.owned - $eqmt.owned_out} |
+ {$eqmt.owned} |
+ {$eqmt.owned_out} |
+ {$eqmt.owned - $eqmt.owned_out} |
{/foreach}
@@ -37,18 +37,18 @@
- Matériel dont l'association n'est pas propriétaire (emprunté) |
+ Matériel dont l'association n'est pas propriétaire (emprunté) |
Désignation |
- Nombre |
+ Nombre |
{foreach from=$eqmts_no_owned item="eqmt"}
{$eqmt.designation} |
- {$eqmt.no_owned} |
+ {$eqmt.no_owned} |
{/foreach}
@@ -60,7 +60,7 @@
- Matériel dont l'association n'est plus en possession |
+ Matériel dont l'association n'est plus en possession |
Désignation |
diff --git a/src/templates/historique.tpl b/src/templates/historique.tpl
index d9fa150..ceb21b3 100644
--- a/src/templates/historique.tpl
+++ b/src/templates/historique.tpl
@@ -2,7 +2,7 @@
{include file="%s_nav.tpl"|args:$plugin_tpl current_nav="index"}
-Historique des entrées / sorties
+Historique des entrées / sorties
@@ -11,15 +11,15 @@
-
- {$eqmt_requested.designation} - {$eqmt_requested.category} -
+ |
+ {$eqmt_requested.designation} | {$eqmt_requested.category}
|
Date |
Sens |
Type |
- Nombre |
+ Nombre |
Remarques |
@@ -33,7 +33,7 @@
Entrée |
{/if}
{$mvt.kind} |
- {$mvt.equipment_number} |
+ {$mvt.equipment_number} |
{$mvt.additional_comment} |
{/foreach}
diff --git a/src/templates/index.tpl b/src/templates/index.tpl
index 5f8fe5f..73d27d4 100644
--- a/src/templates/index.tpl
+++ b/src/templates/index.tpl
@@ -1,7 +1,7 @@
{include file="%s_nav.tpl"|args:$plugin_tpl current_nav="index"}
-Matériel dont l'association est propriétaire
+Matériel dont l'association est propriétaire
@@ -10,13 +10,13 @@
- {$cat} |
+ {$cat} |
Désignation |
- Stock |
- Sortie |
- Disponible |
+ Stock |
+ Sortie |
+ Disponible |
|
@@ -24,12 +24,12 @@
{foreach from=$eqmts item="eqmt"}
{$eqmt.designation} |
- {$eqmt.owned} |
- {$eqmt.owned_out} |
- {$eqmt.owned - $eqmt.owned_out} |
-
+ | {$eqmt.owned} |
+ {$eqmt.owned_out} |
+ {$eqmt.owned - $eqmt.owned_out} |
+
{linkbutton shape="edit" label="Historique des entrées / sorties" href="historique.php?id=%d"|args:$eqmt.id}
- {linkbutton shape="edit" label="Modifier" href="modifier_materiel.php?id=%d"|args:$eqmt.id}
+ {linkbutton shape="edit" label="Modifier" href="modifier_materiel.php?id=%d"|args:$eqmt.id}
|
{/foreach}
@@ -44,7 +44,7 @@
-Matériel dont l'association n'est pas propriétaire (emprunté)
+Matériel dont l'association n'est pas propriétaire (emprunté)
@@ -53,11 +53,11 @@
- {$cat} |
+ {$cat} |
Désignation |
- Nombre |
+ Nombre |
|
@@ -65,10 +65,10 @@
{foreach from=$eqmts item="eqmt"}
{$eqmt.designation} |
- {$eqmt.no_owned} |
-
+ | {$eqmt.no_owned} |
+
{linkbutton shape="edit" label="Historique des entrées / sorties" href="historique.php?id=%d"|args:$eqmt.id}
- {linkbutton shape="edit" label="Modifier" href="modifier_materiel.php?id=%d"|args:$eqmt.id}
+ {linkbutton shape="edit" label="Modifier" href="modifier_materiel.php?id=%d"|args:$eqmt.id}
|
{/foreach}
@@ -83,7 +83,7 @@
-Matériel dont l'association n'est plus en possession
+Matériel dont l'association n'est plus en possession
@@ -92,7 +92,7 @@
- {$cat} |
+ {$cat} |
Désignation |
@@ -103,9 +103,9 @@
{foreach from=$eqmts item="eqmt"}
{$eqmt.designation} |
-
+ |
{linkbutton shape="edit" label="Historique des entrées / sorties" href="historique.php?id=%d"|args:$eqmt.id}
- {linkbutton shape="edit" label="Modifier" href="modifier_materiel.php?id=%d"|args:$eqmt.id}
+ {linkbutton shape="edit" label="Modifier" href="modifier_materiel.php?id=%d"|args:$eqmt.id}
|
{/foreach}
diff --git a/src/templates/mouvements/tableau_mouvements.tpl b/src/templates/mouvements/tableau_mouvements.tpl
index 3e71ffa..6f2d10d 100644
--- a/src/templates/mouvements/tableau_mouvements.tpl
+++ b/src/templates/mouvements/tableau_mouvements.tpl
@@ -4,7 +4,7 @@
Date |
Type |
- Nombre |
+ Nombre |
Matériel |
Remarques |
|
@@ -14,7 +14,7 @@
{$mvt.mvt_date|date_format:'%d/%m/%y'} |
{$mvt.kind} |
- {$mvt.equipment_number} |
+ {$mvt.equipment_number} |
{$mvt.equipment} |
{$mvt.additional_comment} |
|