PluginProbe
M Chart / 1.2.1
M Chart v1.2.1
2.3.2 2.3.1 2.3 2.2.2 2.2.1 2.2 trunk 1.0 1.1 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 1.10 1.10.1 1.11 1.11.1 1.11.2 1.12 1.2 1.2.1 1.3 1.3.1 1.3.2 All 53 releases
m-chart / components / templates / csv-meta-box.php

csv-meta-box.php in M Chart 1.2.1, at components/templates/csv-meta-box.php

17 lines 1.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <div class="export">
2 <a href="#export-csv" title="<?php esc_attr_e( 'Export CSV', 'm-chart' ); ?>" class="button"><?php esc_html_e( 'Export', 'm-chart' ); ?></a>
3 </div>
4 <div class="import">
5 <div class="controls">
6 <a href="#select-csv" title="<?php esc_attr_e( 'Select CSV File', 'm-chart' ); ?>" class="button select"><?php esc_html_e( 'Select File', 'm-chart' ); ?></a>
7 <a href="#import-csv" title="<?php esc_attr_e( 'Import', 'm-chart' ); ?>" class="button import hide"><?php esc_html_e( 'Import', 'm-chart' ); ?></a>
8 <p class="file error hide"><?php esc_html_e( 'You can only import CSV files', 'm-chart' ); ?></p>
9 <p class="import error hide"></p>
10 <p class="import in-progress hide"><?php esc_html_e( 'Importing file', 'm-chart' ); ?></p>
11 <div class="file-info hide">
12 <a href="#cancel" title="<?php esc_attr_e( 'Cancel Import', 'm-chart' ); ?>" class="dashicons dashicons-dismiss"></a>
13 File: <span class="file-name"></span><br />
14 <span class="warning"><?php esc_html_e( 'Importing this file will replace all existing data', 'm-chart' ); ?></span>
15 </div>
16 </div>
17 </div>