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