Amélioration présentation et navigation
This commit is contained in:
parent
e28d1b8195
commit
1961431942
15 changed files with 84 additions and 103 deletions
|
|
@ -112,7 +112,7 @@
|
|||
{{else}}
|
||||
{{:assign prop="&prop=%s"|args:$selected_prop}}
|
||||
{{/if}}
|
||||
<td>{{:link href="equipment_history.html?key=%s&prop=%s"|args:$key:$selected_prop" label=$name}}</td>
|
||||
<td>{{:link href="equipment_history.html?key=%s&prop=%s"|args:$key:$selected_prop label=$name}}</td>
|
||||
<td>{{$cat_name}}</td>
|
||||
<td class="num">{{$stock}}</td>
|
||||
<td class="num">{{$col4}}</td>
|
||||
|
|
@ -120,22 +120,8 @@
|
|||
<td class="num">{{$out}}</td>
|
||||
<td class="num">{{$col7}}</td>
|
||||
<td class="actions">
|
||||
{{*
|
||||
{{if $col7 > 0}}
|
||||
{{:linkbutton
|
||||
label="Sortie"
|
||||
shape="minus"
|
||||
href="movements/output_equipment.html?key=%s"|args:$key
|
||||
target="_dialog"}}
|
||||
{{/if}}
|
||||
{{:linkbutton
|
||||
label="Entrée"
|
||||
shape="plus"
|
||||
href="movements/input_equipment.html?key=%s"|args:$key
|
||||
target="_dialog"}}
|
||||
*}}
|
||||
{{:linkbutton
|
||||
label="Historique"
|
||||
label="Mouvements"
|
||||
href="equipment_history.html?key=%s&prop=1"|args:$key
|
||||
shape="table"}}
|
||||
{{:linkbutton
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue