Améliorations cosmétiques fiche détail mouvement
This commit is contained in:
parent
ef4870257d
commit
6e09219aa1
1 changed files with 3 additions and 3 deletions
|
|
@ -63,9 +63,9 @@
|
||||||
<dt>Opération</dt>
|
<dt>Opération</dt>
|
||||||
<dd>{{$op_label}}</dd>
|
<dd>{{$op_label}}</dd>
|
||||||
<dt>Matériel</dt>
|
<dt>Matériel</dt>
|
||||||
<dd>{{$equipment.name}}</dd>
|
<dd>{{:link href="../equipment_history.html?key=%s&prop=%s"|args:$equipment.key:$_GET.prop label=$equipment.name}}</dd>
|
||||||
<dt>Catégorie</dt>
|
<dt>Catégorie</dt>
|
||||||
<dd>{{$category.name}}</dd>
|
<dd>{{:link href="../index.html?cat_key=%s&prop=1"|args:$category.key label=$category.name}}</dd>
|
||||||
<dt>Date</dt>
|
<dt>Date</dt>
|
||||||
<dd>{{$mvt.date|date_short}}</dd>
|
<dd>{{$mvt.date|date_short}}</dd>
|
||||||
<dt>Quantité</dt>
|
<dt>Quantité</dt>
|
||||||
|
|
@ -74,7 +74,7 @@
|
||||||
<dt>Membre destinataire</dt>
|
<dt>Membre destinataire</dt>
|
||||||
<dd>
|
<dd>
|
||||||
{{if $mvt.user != null}}
|
{{if $mvt.user != null}}
|
||||||
{{$user_name}}
|
{{:link href="/admin/users/details.php?id=%s"|args:$mvt.user label=$user_name}}
|
||||||
{{else}}—
|
{{else}}—
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</dd>
|
</dd>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue