PSR et commentaires
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user