Améliorations cosmétiques
This commit is contained in:
parent
1f7d1cc682
commit
5967686228
6 changed files with 69 additions and 30 deletions
|
|
@ -59,17 +59,20 @@
|
|||
{{:redirect force="../../index.html?ok=1&msg=entrée&prop=%s"|args:$prop}}
|
||||
{{/form}}
|
||||
|
||||
{{:admin_header title="Entrée de matériel" current="module_equipment"}}
|
||||
{{:admin_header title="Entrée de matériel" custom_css="./../../style.css" current="module_equipment"}}
|
||||
{{:form_errors}}
|
||||
|
||||
{{* formulaire de saisie d'une entrée de matériel *}}
|
||||
<form method="post" action="">
|
||||
<fieldset class="header">
|
||||
<dl>
|
||||
<dt><strong>Matériel : </strong>{{$equipment.designation}}</dt>
|
||||
<dt><strong>Catégorie : </strong>{{$category.name}}</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>{{$category.name}}</dd>
|
||||
</dl>
|
||||
</fieldset>
|
||||
</div>
|
||||
<fieldset class="entree">
|
||||
<legend>Ajouter une entrée de matériel</legend>
|
||||
<dl>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue