PSR et commentaires

This commit is contained in:
pierre renaudot
2024-02-01 11:01:11 +01:00
parent 1a7e420d20
commit 9d9b7bf38c
15 changed files with 41 additions and 172 deletions

View File

@@ -157,7 +157,8 @@ if ($disabled == ''):
<div class="col-3 d-flex mx-auto my-5 justify-content-center">
<?php
if ($typeUser == 'comptable' && $status['eId'] == 'CL'): ?>
<button type="button" class="btn btn-outline-primary btn-lg" id="validSheetBtn" data-uType="<?= $typeUser ?>">Valider
<button type="button" class="btn btn-outline-primary btn-lg" id="validSheetBtn"
data-uType="<?= $typeUser ?>">Valider
la Fiche
</button>
<?php else: ?>
@@ -166,7 +167,6 @@ if ($disabled == ''):
</button>
<?php endif ?>
</div>
<?php endif ?>
<script src="include/newFiche.js"></script>