Rajout bouton historique dans inventaire
This commit is contained in:
parent
56d4f729e3
commit
2285c44a32
2 changed files with 8 additions and 0 deletions
|
|
@ -71,6 +71,10 @@
|
||||||
shape="plus"
|
shape="plus"
|
||||||
href="movements/input_equipment.html?key=%s"|args:$key
|
href="movements/input_equipment.html?key=%s"|args:$key
|
||||||
target="_dialog"}}
|
target="_dialog"}}
|
||||||
|
{{:linkbutton
|
||||||
|
label="Historique"
|
||||||
|
href="equipment_history.html?key=%s&prop=1"|args:$key
|
||||||
|
shape="table"}}
|
||||||
{{:linkbutton
|
{{:linkbutton
|
||||||
label="Modifier"
|
label="Modifier"
|
||||||
href="modify_equipment.html?key=%s&prop=1"|args:$key
|
href="modify_equipment.html?key=%s&prop=1"|args:$key
|
||||||
|
|
|
||||||
|
|
@ -60,6 +60,10 @@
|
||||||
shape="plus"
|
shape="plus"
|
||||||
href="movements/input_equipment.html?key=%s"|args:$key
|
href="movements/input_equipment.html?key=%s"|args:$key
|
||||||
target="_dialog"}}
|
target="_dialog"}}
|
||||||
|
{{:linkbutton
|
||||||
|
label="Historique"
|
||||||
|
href="equipment_history.html?key=%s&prop=0"|args:$key
|
||||||
|
shape="table"}}
|
||||||
{{:linkbutton
|
{{:linkbutton
|
||||||
label="Modifier"
|
label="Modifier"
|
||||||
href="modify_equipment.html?key=%s&prop=0"|args:$key
|
href="modify_equipment.html?key=%s&prop=0"|args:$key
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue