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 @@ - + - - - + + + {foreach from=$eqmts_owned item="eqmt"} - - - + + + {/foreach} @@ -37,18 +37,18 @@

Matériel dont l'association est propriétaire

Matériel dont l'association est propriétaire

DésignationStockSortieDisponibleStockSortieDisponible
{$eqmt.designation}{$eqmt.owned}{$eqmt.owned_out}{$eqmt.owned - $eqmt.owned_out}{$eqmt.owned}{$eqmt.owned_out}{$eqmt.owned - $eqmt.owned_out}
- + - + {foreach from=$eqmts_no_owned item="eqmt"} - + {/foreach} @@ -60,7 +60,7 @@

Matériel dont l'association n'est pas propriétaire (emprunté)

Matériel dont l'association n'est pas propriétaire (emprunté)

DésignationNombreNombre
{$eqmt.designation}{$eqmt.no_owned}{$eqmt.no_owned}
- + 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 @@

Matériel dont l'association n'est plus en possession

Matériel dont l'association n'est plus en possession

Désignation
- - + @@ -33,7 +33,7 @@ {/if} - + {/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 @@
-

{$eqmt_requested.designation} - {$eqmt_requested.category} -

+
+

{$eqmt_requested.designation} | {$eqmt_requested.category}

Date Sens TypeNombreNombre Remarques
Entrée{$mvt.kind}{$mvt.equipment_number}{$mvt.equipment_number} {$mvt.additional_comment}
- + - - - + + + @@ -24,12 +24,12 @@ {foreach from=$eqmts item="eqmt"} - - - - + + + {/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ésignationStockSortieDisponibleStockSortieDisponible
{$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}
- + - + @@ -65,10 +65,10 @@ {foreach from=$eqmts item="eqmt"} - - + {/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ésignationNombreNombre
{$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}
- + @@ -103,9 +103,9 @@ {foreach from=$eqmts item="eqmt"} - {/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 @@ - + @@ -14,7 +14,7 @@ - +

{$cat}

{$cat}

Désignation
{$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}
Date TypeNombreNombre Matériel Remarques
{$mvt.mvt_date|date_format:'%d/%m/%y'} {$mvt.kind}{$mvt.equipment_number}{$mvt.equipment_number} {$mvt.equipment} {$mvt.additional_comment}