ajout entrée sur page inventaire
This commit is contained in:
parent
34f3328f12
commit
528120d3a0
2 changed files with 94 additions and 4 deletions
|
|
@ -43,11 +43,11 @@
|
|||
{{/if}}
|
||||
|
||||
{{if $present}}
|
||||
{{if $print_cat_name}}
|
||||
{{*if $print_cat_name*}}
|
||||
<details class="inventaire" open="open">
|
||||
<summary>
|
||||
<h3>{{$cat_elem.name}}</h3>
|
||||
{{/if}}
|
||||
{{*/if*}}
|
||||
</summary>
|
||||
|
||||
<table class="list">
|
||||
|
|
@ -79,6 +79,11 @@
|
|||
<td>{{$exterieur}}</td>
|
||||
<td>{{$dispo}}</td>
|
||||
<td class="actions">
|
||||
{{:linkbutton
|
||||
label="Ajouter entrée"
|
||||
shape="plus"
|
||||
href="mouvements/entrees/repertorie.html?key=%s"|args:$eqpmt_key
|
||||
target="_dialog"}}
|
||||
{{:linkbutton
|
||||
label="Mouvements"
|
||||
href="%shistorique.html?key=%s&prop=1"|args:$module.url:$eqpmt_key
|
||||
|
|
@ -125,11 +130,11 @@
|
|||
{{/if}}
|
||||
|
||||
{{if $present}}
|
||||
{{if $print_cat_name}}
|
||||
{{*if $print_cat_name*}}
|
||||
<details class="inventaire" open="open">
|
||||
<summary>
|
||||
<h3>{{$cat_elem.name}}</h3>
|
||||
{{/if}}
|
||||
{{*/if*}}
|
||||
</summary>
|
||||
|
||||
<table class="list">
|
||||
|
|
@ -151,6 +156,11 @@
|
|||
<td>{{$eqpmt.designation}}</td>
|
||||
<td>{{$eqpmt.nonproprio}}</td>
|
||||
<td class="actions">
|
||||
{{:linkbutton
|
||||
label="Ajouter entrée"
|
||||
shape="plus"
|
||||
href="mouvements/entrees/repertorie.html?key=%s"|args:$eqpmt_key
|
||||
target="_dialog"}}
|
||||
{{:linkbutton
|
||||
label="Mouvements"
|
||||
href="historique.html?key=%s"|args:$eqpmt_key
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue