This commit is contained in:
2026-07-02 15:54:39 -06:00
commit 9883323161
17470 changed files with 4470592 additions and 0 deletions
@@ -0,0 +1,17 @@
<section class="tab-import-settings" id="import-settings">
<div class="wlcms-body-wrapper">
<div class="wlcms-body-header">
<h2><?php _e('Import Settings', 'white-label-cms') ?></h2>
</div>
<div class="wlcms-body-main">
<div class="wlcms-input-group">
<div class="wlcms-input">
<input type="file" name="import_file" id="import_file" />
</div>
<div class="wlcms-help">
<?php _e('To import the settings from another website', 'white-label-cms') ?>
</div>
</div>
</div>
</div>
</section>