small change
This commit is contained in:
+28
-24
@@ -243,51 +243,55 @@ $chemicalagentlist->execute();
|
||||
<div class="progress-bar" role="progressbar" style="width: 95%;" aria-valuenow="95" aria-valuemin="0" aria-valuemax="100">95%</div>
|
||||
</div>
|
||||
<!-- send to client to sign -->
|
||||
<?php if ((Auth::user()->hasRole('Admin')) || (Auth::user()->hasRole('CustomerService')) || (Auth::user()->hasRole('Superuser'))) : ?>
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
<?php if ((Auth::user()->hasRole('Admin')) || (Auth::user()->hasRole('CustomerService')) || (Auth::user()->hasRole('Superuser'))) : ?>
|
||||
<h4 class="mt-0 header-title">Invia a Cliente per Firma</h4>
|
||||
|
||||
<form action="previewtrf.php" method="post" name="myForm2" id="myForm2" class="form-parsley">
|
||||
<?php endif; ?>
|
||||
<?php if ((Auth::user()->hasRole('User'))) : ?>
|
||||
<h4 class="mt-0 header-title"><?php echo $respsign; ?></h4>
|
||||
<?php endif; ?>
|
||||
<form action="previewtrf.php" method="post" name="myForm2" id="myForm2" class="form-parsley">
|
||||
|
||||
|
||||
<div class="form-group row">
|
||||
<div class="form-group row">
|
||||
|
||||
|
||||
<div class="col-sm-2">
|
||||
|
||||
<input hidden id="idtrf" name="idtrf" value="<?php echo $idtrf; ?>">
|
||||
<input hidden id="formdeclaration" name="formdeclaration" value="OK">
|
||||
<input hidden id="sndrpt" name="sndrpt" value="<?php echo $sndrpt; ?>">
|
||||
</div>
|
||||
<div class="col-sm-2">
|
||||
|
||||
<input hidden id="idtrf" name="idtrf" value="<?php echo $idtrf; ?>">
|
||||
<input hidden id="formdeclaration" name="formdeclaration" value="OK">
|
||||
<input hidden id="sndrpt" name="sndrpt" value="<?php echo $sndrpt; ?>">
|
||||
</div>
|
||||
|
||||
<br>
|
||||
</div>
|
||||
|
||||
<!-- <button class="btn btn-gradient-success waves-effect waves-light" type="submit">Conferma</button> -->
|
||||
<div id="cont_wait" style="display:none;">
|
||||
<br>
|
||||
|
||||
<div class="alert icon-custom-alert alert-outline-warning alert-danger-shadow" role="alert">
|
||||
<!-- <i class="mdi mdi-alert-outline alert-icon"></i> -->
|
||||
<div class="alert-text">
|
||||
<strong>Attenzione:</strong> Inserimento Application Form in corso, Attendi!
|
||||
</div>
|
||||
<!-- <button class="btn btn-gradient-success waves-effect waves-light" type="submit">Conferma</button> -->
|
||||
<div id="cont_wait" style="display:none;">
|
||||
|
||||
<div class="alert icon-custom-alert alert-outline-warning alert-danger-shadow" role="alert">
|
||||
<!-- <i class="mdi mdi-alert-outline alert-icon"></i> -->
|
||||
<div class="alert-text">
|
||||
<strong>Attenzione:</strong> Inserimento Application Form in corso, Attendi!
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<button class="btn btn-gradient-success waves-effect waves-light" type="submit" id="btnConfirm3"><?php echo $modtitle; ?></button><!-- o <a href="sendtrftosign.php"><button class="btn btn-gradient-warning waves-effect waves-light" type="button" id="btnConfirm"><?php echo $sendtosign; ?></button></a> -->
|
||||
</form>
|
||||
<button class="btn btn-gradient-success waves-effect waves-light" type="submit" id="btnConfirm3"><?php echo $modtitle; ?></button><!-- o <a href="sendtrftosign.php"><button class="btn btn-gradient-warning waves-effect waves-light" type="button" id="btnConfirm"><?php echo $sendtosign; ?></button></a> -->
|
||||
</form>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<?php endif; ?>
|
||||
|
||||
<!-- card for optional TRF -->
|
||||
<?php if ((Auth::user()->hasRole('Admin')) || (Auth::user()->hasRole('User')) || (Auth::user()->hasRole('Superuser'))) : ?>
|
||||
|
||||
Reference in New Issue
Block a user