Commit c4e39677aa4924182671904790c0ada72e1d2acc

Authored by Eugeny Galkovskiy
1 parent 78e4d284

success modal 1

Showing 1 changed file with 28 additions and 1 deletions   Show diff stats
frontend/views/layouts/main.php
... ... @@ -414,7 +414,34 @@ _________________________________________________________ -->
414 414 ?>
415 415  
416 416 <!-- *** LOGIN MODAL END *** -->
417   -
  417 +
  418 +
  419 + <!-- *** SUCCESS MODAL BEGIN ***
  420 + _________________________________________________________ -->
  421 + <div class="modal fade" id="success-modal" tabindex="-1" role="dialog" aria-labelledby="Success" aria-hidden="true">
  422 + <div class="modal-dialog modal-sm">
  423 +
  424 + <div class="modal-content">
  425 + <div class="modal-header">
  426 + <button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button>
  427 + <h4 class="modal-title" id="Success">
  428 + Success Title
  429 + </h4>
  430 + </div>
  431 + <div class="modal-body">
  432 + <p class="text-center text-muted">
  433 + Success text 1</p>
  434 + <p class="text-center text-muted">
  435 + Success text 2
  436 + </p>
  437 +
  438 + </div>
  439 + </div>
  440 + </div>
  441 + </div>
  442 +
  443 + <!-- *** SUCCESS MODAL END *** -->
  444 +
418 445 <!-- *** Breadcrumbs *** -->
419 446 <?php
420 447 if (!$isHome) {
... ...