Améliorations cosmétiques
This commit is contained in:
parent
1f7d1cc682
commit
5967686228
6 changed files with 69 additions and 30 deletions
|
|
@ -101,7 +101,7 @@
|
|||
{{:redirect force="../../historique.html?ok=1&key=%s&prop=0&msg=sortie"|args:$_GET.key}}
|
||||
{{/form}}
|
||||
|
||||
{{:admin_header title="Sortie de matériel" current="module_equipment"}}
|
||||
{{:admin_header title="Sortie de matériel" custom_css="./../../style.css" current="module_equipment"}}
|
||||
{{:form_errors}}
|
||||
|
||||
{{* Extraire et compiler les infos de la base *}}
|
||||
|
|
@ -115,14 +115,18 @@
|
|||
|
||||
{{* formulaire de sortie de matériel *}}
|
||||
<form method="post" action="">
|
||||
<fieldset class="header">
|
||||
<dl>
|
||||
<dt><strong>Matériel : </strong>{{$equipment.designation}}</dt>
|
||||
<dt><strong>Catégorie : </strong>{{$cat_name}}</dt>
|
||||
<dt><strong>Quantité présente : </strong>{{$present}}</dt>
|
||||
<div class="informations">
|
||||
<legend>Informations matériel</legend>
|
||||
<dl class="describe">
|
||||
<dt>Matériel</dt>
|
||||
<dd>{{$equipment.designation}}</dd>
|
||||
<dt>Catégorie</dt>
|
||||
<dd>{{$cat_name}}</dd>
|
||||
<dt>Quantité présente</dt>
|
||||
<dd>{{$present}}</dd>
|
||||
</dl>
|
||||
<p><span class="alert">La quantité présente est celle à la date du jour</span></p>
|
||||
</fieldset>
|
||||
</div>
|
||||
<fieldset class="sortie">
|
||||
<legend>Ajouter une sortie d'un matériel présent temporairement</legend>
|
||||
<dl>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue