drt
This commit is contained in:
parent
f156261ed8
commit
5adfd6a5a3
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
$motif = $mouvementassure['motif'];
|
||||
$choix = $mouvementassure['choix'];
|
||||
$traite = $mouvementassure['traite'];
|
||||
?>
|
||||
<div class="modal-dialog" style="width: 70%;" role="document">
|
||||
<div class="modal-content" style="border-radius: 4px; box-shadow: 0 5px 15px rgba(0,0,0,.5);">
|
||||
|
|
@ -25,7 +25,7 @@
|
|||
</td>
|
||||
<td style="border-top: none;">
|
||||
<div class="form-group" style="margin-bottom: 0;">
|
||||
<?php if($choix == "1"):?>
|
||||
<?php if($traite == "1"):?>
|
||||
<textarea class="form-control"
|
||||
placeholder="<?= _("Saisie obligatoire...");?>"
|
||||
name="motif"
|
||||
|
|
@ -46,7 +46,7 @@
|
|||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<?php if($choix == "0"):?>
|
||||
<?php if($traite == "0"):?>
|
||||
<tr>
|
||||
<td style="border-top: none;"> </td>
|
||||
<td style="border-top: none; padding-top: 15px;">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user