update dossier chekcqual
This commit is contained in:
+14
-4
@@ -151,18 +151,27 @@ $certname->execute(); ?>
|
||||
<?php if (($trfnumberfinal->getColumnVal("idcertification") != '5') and ($trfnumberfinal->getColumnVal("idcertification") != '6')) { ?>
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
<h4 class="mt-0"><?php echo $addphotosdoc; ?> <i class="fas fa-info-circle" data-toggle="modal" data-animation="bounce" data-target=".bs-example-modal-center5"></i>
|
||||
<h4 class="mt-0">
|
||||
<?php echo $addphotosdoc; ?>
|
||||
<i class="fas fa-info-circle" data-toggle="modal" data-animation="bounce" data-target=".bs-example-modal-center5"></i>
|
||||
|
||||
<div class="modal fade bs-example-modal-center5" tabindex="-1" role="dialog" aria-labelledby="mySmallModalLabel" aria-hidden="true">
|
||||
<div class="modal-dialog modal-dialog-centered">
|
||||
<div class="modal-content">
|
||||
<div class="modal-header">
|
||||
<h5 class="modal-title mt-0" id="exampleModalLabel"><?php echo $m18btitle; ?></h5>
|
||||
<h5 class="modal-title mt-0" id="exampleModalLabel">
|
||||
<?php echo $m18btitle; ?>
|
||||
</h5>
|
||||
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
|
||||
<span aria-hidden="true">×</span>
|
||||
</button>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<p>Foto frontale e laterale
|
||||
<p>
|
||||
<?php
|
||||
$lang = isset($_SESSION['langselect']) ? $_SESSION['langselect'] : 'it';
|
||||
echo ($lang === 'en') ? "Front and side photos" : "Foto frontale e laterale";
|
||||
?>
|
||||
</p>
|
||||
</div>
|
||||
</div><!-- /.modal-content -->
|
||||
@@ -170,6 +179,7 @@ $certname->execute(); ?>
|
||||
</div><!-- /.modal -->
|
||||
</h4>
|
||||
|
||||
|
||||
<p class="text-muted mb-3"><?php echo $allowedkind; ?></p>
|
||||
|
||||
|
||||
@@ -268,7 +278,7 @@ $certname->execute(); ?>
|
||||
?>
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
<h4 class="mt-0"><?php echo $adddoctitle; ?> <i class="fas fa-info-circle" data-toggle="modal" data-animation="bounce" data-target=".bs-example-modal-center5"></i>
|
||||
<h4 class="mt-0"><?php echo $adddoctitle; ?>
|
||||
<div class="modal fade bs-example-modal-center5" tabindex="-1" role="dialog" aria-labelledby="mySmallModalLabel" aria-hidden="true">
|
||||
<div class="modal-dialog modal-dialog-centered">
|
||||
<div class="modal-content">
|
||||
|
||||
Reference in New Issue
Block a user