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