fix terms
This commit is contained in:
parent
3e830d49d6
commit
8d0cd0fff5
30
signin.php
30
signin.php
@ -569,6 +569,36 @@ if(empty($form_data['form_data_stage'])){
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
<!-- START TERMS MODAL -->
|
||||
<div class="modal fade" id="termsModalLong" tabindex="-1" role="dialog">
|
||||
<div class="modal-dialog modal-lg" role="document">
|
||||
<div class="modal-content">
|
||||
<div class="modal-header">
|
||||
<h5 class="modal-title" id="termsModalLongTitle"><?php echo $transLang['TERMSTITLE']; ?></h5>
|
||||
<button type="button" class="btn-close" data-bs-dismiss="modal"></button>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<object type="application/pdf" data="<?php echo $StaticFunctions->getRules(); ?>" width="700" height="600">_</object>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- END TERMS MODAL -->
|
||||
<!-- START TERMS MODAL -->
|
||||
<div class="modal fade" id="termsVendorModalLong" tabindex="-1" role="dialog">
|
||||
<div class="modal-dialog modal-lg" role="document">
|
||||
<div class="modal-content">
|
||||
<div class="modal-header">
|
||||
<h5 class="modal-title" id="termsVendorModalLongTitle"><?php echo $transLang['TERMSTITLE']; ?></h5>
|
||||
<button type="button" class="btn-close" data-bs-dismiss="modal"></button>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<object type="application/pdf" data="<?php echo $StaticFunctions->getVendorRules(); ?>" width="700" height="600">_</object>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- END TERMS MODAL -->
|
||||
<!-- END TERMS STAGE CONTENT -->
|
||||
|
||||
<?php }else{ ?>
|
||||
|
Loading…
Reference in New Issue
Block a user