Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

12345678910111213141516171819202122
  1. <div class="container-page-wrapper shodowed bordered">
  2. <div class="container-page-container">
  3. <div class="row">
  4. <div class="col-lg-8">
  5. <h4><?php echo _('Statistics'); ?></h4>
  6. </div>
  7. <div class="col-lg-4 text-right">
  8. <?php if($showRoleLabel): ?>
  9. <span class="badge badge-secondary"><?php echo $roleLabel; ?></span>
  10. <?php endif; ?>
  11. </div>
  12. </div>
  13. <hr>
  14. <div id="statistics-<?php echo $roleId; ?>"><small class="form-text text-muted"><?php echo _('Click Load button to load this content...'); ?></small></div>
  15. <div class="clearfix">
  16. <hr>
  17. <button type="button" class="btn btn-primary float-right btn-sm btn-load-stats" data-roleid="<?php echo $roleId; ?>"><?php echo _('Load'); ?> <span class="icon-spinner11"></span></button>
  18. </div>
  19. </div>
  20. </div>