Suppression paramètre prop inutile

This commit is contained in:
Jean-Christophe Engel 2024-12-09 16:50:09 +01:00
parent edcecfd9e2
commit 75447396c4
10 changed files with 12 additions and 15 deletions

View File

@ -114,12 +114,12 @@
<td class="actions">
{{:linkbutton
label="Dupliquer"
href="mouvements/dupliquer_mouvement.html?key=%s&direction=%s&prop=%s"|args:$key:$direction:$_GET.prop
href="mouvements/dupliquer_mouvement.html?key=%s&direction=%s"|args:$key:$direction
shape="plus"
target="_dialog"}}
{{:linkbutton
label="Modifier"
href="mouvements/modifier_mouvement.html?key=%s&direction=%s&prop=%s"|args:$key:$direction:$_GET.prop
href="mouvements/modifier_mouvement.html?key=%s&direction=%s"|args:$key:$direction
shape="edit"
target="_dialog"}}
{{:linkbutton

View File

@ -80,7 +80,7 @@
{{if $exterieur > 0}}
{{:linkbutton
label="Retour"
href="mouvements/entrees/retour.html?key=%s&prop=1"|args:$equipment
href="mouvements/entrees/retour.html?key=%s"|args:$equipment
shape="history"
target="_dialog"}}
{{/if}}
@ -88,13 +88,13 @@
{{:linkbutton
label="Sortie"
shape="plus"
href="mouvements/sorties/stock_disponible.html?key=%s&prop=1"|args:$equipment
href="mouvements/sorties/stock_disponible.html?key=%s"|args:$equipment
target="_dialog"}}
{{/if}}
{{:linkbutton
label="Entrée"
shape="plus"
href="mouvements/entrees/repertorie.html?key=%s&prop=1"|args:$equipment
href="mouvements/entrees/repertorie.html?key=%s"|args:$equipment
target="_dialog"}}
{{:linkbutton
label="Mouvements"

View File

@ -73,14 +73,14 @@
{{if $qte > 0}}
{{:linkbutton
label="Retour"
href="mouvements/sorties/emprunte.html?key=%s&prop=0"|args:$equipment
href="mouvements/sorties/emprunte.html?key=%s"|args:$equipment
shape="history"
target="_dialog"}}
{{/if}}
{{:linkbutton
label="Entrée"
shape="plus"
href="mouvements/entrees/repertorie.html?key=%s&prop=0"|args:$equipment
href="mouvements/entrees/repertorie.html?key=%s"|args:$equipment
target="_dialog"}}
{{:linkbutton
label="Mouvements"

View File

@ -3,6 +3,7 @@
{{*
Paramètres :
- key : clé du matériel à modifier
- prop : =1 si matériel propriété de l'association
*}}
{{:admin_header title="Modifier matériel" current="module_equipment"}}

View File

@ -5,7 +5,6 @@
paramètres :
- key : clé du mouvement à dupliquer
- direction du mouvement input/output)
- prop : =1 si matériel propriété de l'asso
*}}
{{if $_GET.direction == "input"}}

View File

@ -3,7 +3,6 @@
{{*
paramètres :
- key : clé du matériel qui revient
- prop : = 1 si matériel propriété
*}}
{{:admin_header title="Entrée de matériel" current="module_equipment"}}
@ -61,7 +60,7 @@
comment=$_POST.remarques|trim
}}
{{:redirect force="../../historique.html?ok=1&key=%s&prop=%s&msg=retour"|args:$_GET.key:$_GET.prop}}
{{:redirect force="../../historique.html?ok=1&key=%s&prop=1&msg=retour"|args:$_GET.key}}
{{else}}
{{:form_errors}}

View File

@ -5,7 +5,6 @@
paramètres :
- key : clé du mouvement à modifier
- direction : du mouvement à modifier
- prop : = 1 si matériel propriété
*}}
{{if $_GET.direction == "input"}}

View File

@ -3,7 +3,6 @@
{{*
paramètres :
- key : clé du matériel à modifier
- prop : = 1 si matériel propriété de l'asso
TODO : simplifier
*}}
@ -107,7 +106,7 @@
date=$_POST.date|parse_date
comment=$_POST.remarques|trim
}}
{{:redirect force="../../historique.html?ok=1&key=%s&prop=%s&msg=sortie"|args:$_GET.key:$_GET.prop}}
{{:redirect force="../../historique.html?ok=1&key=%s&prop=0&msg=sortie"|args:$_GET.key}}
{{else}}
{{:form_errors}}
{{/form}}

View File

@ -3,7 +3,6 @@
{{*
paramètres :
- key : clé du matériel à modifier
- prop : = 1 si matériel propriété de l'asso
TODO : simplifier
*}}
@ -107,7 +106,7 @@
date=$_POST.date|parse_date
comment=$_POST.remarques|trim
}}
{{:redirect force="../../historique.html?ok=1&key=%s&prop=%s&msg=sortie"|args:$_GET.key:$_GET.prop}}
{{:redirect force="../../historique.html?ok=1&key=%s&prop=1&msg=sortie"|args:$_GET.key}}
{{else}}
{{:form_errors}}
{{/form}}

View File

@ -3,6 +3,7 @@
{{*
paramètres GET :
- key : clé du mouvement à supprimer
- prop : = 1 si matériel propriété de l'asso
*}}
{{:assign var="libelles.input" value="entrée"}}