m.index.html.php 398 B

12345678910
  1. <?php $bodyClass = 'with-nav-bottom';?>
  2. <?php include '../../common/view/m.header.html.php';?>
  3. <?php if(empty($executions)):?>
  4. <div class="text-center">
  5. <p><span class="text-muted"><?php echo $lang->execution->noExecution;?></span></p>
  6. </div>
  7. <?php else:?>
  8. <?php echo $this->fetch('block', 'dashboard', 'module=execution');?>
  9. <?php endif;?>
  10. <?php include '../../common/view/m.footer.html.php';?>