Correction erreur paramètre propriété
This commit is contained in:
parent
5eb21a3138
commit
e3dc23d6d8
2 changed files with 3 additions and 3 deletions
|
|
@ -122,11 +122,11 @@
|
|||
<td class="actions">
|
||||
{{:linkbutton
|
||||
label="Mouvements"
|
||||
href="equipment_history.html?key=%s&prop=1"|args:$key
|
||||
href="equipment_history.html?key=%s&prop=%s"|args:$key:$selected_prop
|
||||
shape="table"}}
|
||||
{{:linkbutton
|
||||
label="Modifier"
|
||||
href="modify_equipment.html?key=%s&prop=1"|args:$key
|
||||
href="modify_equipment.html?key=%s&prop=%s"|args:$key:$selected_prop
|
||||
shape="edit"
|
||||
target="_dialog"}}
|
||||
</td>
|
||||
|
|
|
|||
|
|
@ -68,7 +68,7 @@
|
|||
<dt>Matériel</dt>
|
||||
<dd>{{:link href="../equipment_history.html?key=%s&prop=%s"|args:$equipment.key:$_GET.prop label=$equipment.name}}</dd>
|
||||
<dt>Catégorie</dt>
|
||||
<dd>{{:link href="../index.html?cat_key=%s&prop=1"|args:$category.key label=$category.name}}</dd>
|
||||
<dd>{{:link href="../index.html?cat_key=%s&prop=%s"|args:$category.key:$_GET.prop label=$category.name}}</dd>
|
||||
<dt>Date</dt>
|
||||
<dd>{{$mvt.date|date_short}}</dd>
|
||||
<dt>Quantité</dt>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue