common
1 year ago
basic.php
1 year ago
buddypress.php
3 years ago
color_picker.php
3 years ago
design.php
3 years ago
google_classroom.php
3 years ago
gradebook.php
3 years ago
import_export.php
1 year ago
notifications.php
3 years ago
status.php
3 years ago
tab.php
1 year ago
tutor_pages.php
1 year ago
zoom.php
4 years ago
import_export.php
20 lines
| 1 | <?php |
| 2 | /** |
| 3 | * Import export tools view |
| 4 | * |
| 5 | * @package Tutor\Views |
| 6 | * @subpackage Tutor\Tools |
| 7 | * @author Themeum <support@themeum.com> |
| 8 | * @link https://themeum.com |
| 9 | * @since 3.6.0 |
| 10 | */ |
| 11 | |
| 12 | ?> |
| 13 | <div class="tutor-option-main-title"> |
| 14 | <div class="tutor-fs-4 tutor-fw-medium tutor-color-black"> |
| 15 | <?php esc_html_e( 'Import/Export', 'tutor' ); ?> |
| 16 | </div> |
| 17 | </div> |
| 18 | |
| 19 | <div id="import-export-root"></div> |
| 20 |