Modifications cosmétiques

This commit is contained in:
Jean-Christophe Engel 2025-02-18 12:13:56 +01:00
parent 0af9cee03c
commit 92b79b75dc
12 changed files with 26 additions and 26 deletions

View file

@ -62,7 +62,7 @@
{{* formulaire de saisie d'une entrée de matériel *}}
<form method="post" action="">
<div class="informations">
<fieldset class="informations">
<legend>Informations matériel</legend>
<dl class="describe">
<dt>Matériel</dt>
@ -70,7 +70,7 @@
<dt>Catégorie</dt>
<dd>{{$category.name}}</dd>
</dl>
</div>
</fieldset>
<fieldset class="entree">
<legend>Ajouter une entrée de matériel</legend>
<dl>

View file

@ -74,7 +74,7 @@
{{* formulaire d'entrée de matériel *}}
<form method="post" action="">
<div class="informations">
<fieldset class="informations">
<legend>Informations matériel</legend>
<dl class="describe">
<dt>Matériel</dt>
@ -84,8 +84,7 @@
<dt>Quantité sortie</dt>
<dd>{{$sorti}}</dd>
</dl>
<p><span class="alert">La quantité sortie est celle à la date du jour</span></p>
</div>
</fieldset>
<fieldset class="entree">
<legend>Ajouter un retour de matériel</legend>
<dl>