fix: add the data needed by the exportpods action
This commit is contained in:
parent
065b0df0ef
commit
30d8b4cd55
2 changed files with 24 additions and 3 deletions
|
@ -60,11 +60,11 @@ class TablePress_ExportPods_View extends TablePress_View {
|
|||
public function textbox_head( array $data, array $box ) {
|
||||
?>
|
||||
<p>
|
||||
<?php _e( 'Exporting a table allows you to use it in other programs, like spreadsheets applications.', 'tablepress' ); ?>
|
||||
<?php _e( 'Exporting a PODS table allows you to use it in other programs, like spreadsheets applications.', 'tablepress' ); ?>
|
||||
<?php _e( 'Regularly exporting tables is also recommended as a backup of your data.', 'tablepress' ); ?>
|
||||
</p>
|
||||
<p>
|
||||
<?php _e( 'To export, select the tables and the desired export format.', 'tablepress' ); ?>
|
||||
<?php _e( 'To export, select the tables, the PODS parameters, and the desired export format.', 'tablepress' ); ?>
|
||||
<?php _e( 'If you choose more than one table, the exported files will automatically be stored in a ZIP archive file.', 'tablepress' ); ?>
|
||||
<br />
|
||||
<?php _e( 'Be aware that for the CSV and HTML formats only the table data, but no table options are exported!', 'tablepress' ); ?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue