renommage champ designation => name
This commit is contained in:
parent
9ac71344fb
commit
dbbff606f6
16 changed files with 35 additions and 35 deletions
|
|
@ -7,7 +7,7 @@
|
|||
{{if $quantite != 0}}
|
||||
{{:assign
|
||||
var="temporaire.%s.%s"|args:$cat_elem.name:$eqpmt_key
|
||||
value="%s (quantité : %d)"|args:$eqpmt.designation:$quantite
|
||||
value="%s (quantité : %d)"|args:$eqpmt.name:$quantite
|
||||
}}
|
||||
{{/if}}
|
||||
{{/foreach}}
|
||||
|
|
|
|||
|
|
@ -122,7 +122,7 @@
|
|||
<legend>Informations matériel</legend>
|
||||
<dl class="describe">
|
||||
<dt>Matériel</dt>
|
||||
<dd>{{$equipment.designation}}</dd>
|
||||
<dd>{{$equipment.name}}</dd>
|
||||
<dt>Catégorie</dt>
|
||||
<dd>{{$cat_name}}</dd>
|
||||
<dt>Quantité présente</dt>
|
||||
|
|
|
|||
|
|
@ -139,7 +139,7 @@
|
|||
<legend>Informations matériel</legend>
|
||||
<dl class="describe">
|
||||
<dt>Matériel</dt>
|
||||
<dd>{{$equipment.designation}}</dd>
|
||||
<dd>{{$equipment.name}}</dd>
|
||||
<dt>Catégorie</dt>
|
||||
<dd>{{$cat_name}}</dd>
|
||||
<dt>Quantité disponible</dt>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue