common
4 years ago
basic.php
4 years ago
buddypress.php
4 years ago
color_picker.php
4 years ago
design.php
4 years ago
google_classroom.php
4 years ago
gradebook.php
4 years ago
import_export.php
4 years ago
notifications.php
4 years ago
status.php
4 years ago
tab.php
4 years ago
tutor_pages.php
4 years ago
zoom.php
4 years ago
status.php
12 lines
| 1 | <div class="tutor-option-main-title"> |
| 2 | <div class="tutor-fs-4 tutor-fw-medium tutor-color-black"><?php _e('Status','tutor'); ?></div> |
| 3 | </div> |
| 4 | |
| 5 | <?php foreach ( $section['blocks'] as $blocks ) : |
| 6 | if ( empty( $blocks['label'] ) ) : ?> |
| 7 | <div class="tutor-option-single-item tutor-mb-32"><?php echo $this->blocks( $blocks ); ?> </div> |
| 8 | <?php else : ?> |
| 9 | <?php echo $this->blocks( $blocks ); ?> |
| 10 | <?php endif; ?> |
| 11 | <?php endforeach; ?> |
| 12 |