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

@ -113,7 +113,7 @@
{{* formulaire de sortie 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>
@ -123,8 +123,7 @@
<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>
</div>
</fieldset>
<fieldset class="sortie">
<legend>Ajouter une sortie d'un matériel présent temporairement</legend>
<dl>

View file

@ -130,7 +130,7 @@
{{* formulaire de sortie 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>
@ -140,8 +140,7 @@
<dt>Quantité disponible</dt>
<dd class="num">{{$dispo}}</dd>
</dl>
<p><span class="alert">La quantité indiquée est celle à la date du jour</span></p>
</div>
</fieldset>
<fieldset class="sortie">
<legend>Ajouter une sortie</legend>
<dl>