element_before()}";
echo '';
submit_button( esc_html__( 'Import a Backup', 'alagu' ), 'primary cs-import-backup', 'backup', false );
echo '( '. esc_html__( 'copy-paste your backup string here', 'alagu' ).' )';
echo '
';
echo '';
echo ''. esc_html__( 'Export and Download Backup', 'alagu' ) .'';
echo '-( '. esc_html__( 'or', 'alagu' ) .' )-';
submit_button( esc_html__( 'Reset All Options', 'alagu' ), 'cs-warning-primary cs-reset-confirm', $this->unique . '[resetall]', false );
echo ''. esc_html__( 'Please be sure for reset all of framework options.', 'alagu' ) .'';
echo "{$this->element_after()}";
}
}