You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<h2 class="group-title sub-group visualizer-src-tab"><?php_e( 'Import data from file', 'visualizer' ); ?></h2>
81
-
<div class="group-content">
82
-
<p class="group-description"><?phpesc_html_e( 'Select and upload your data CSV file here. The first row of the CSV file should contain the column headings. The second one should contain series type (string, number, boolean, date, datetime, timeofday).', 'visualizer' ); ?></p>
83
-
<p class="group-description"><?phpechosprintf( __( 'If you are unsure about how to format your data CSV then please take a look at this sample: %1$s %2$s%3$s', 'visualizer' ), '<a href="' . VISUALIZER_ABSURL . 'samples/' . $this->type . '.csv" target="_blank">', $this->type, '.csv</a>' ); ?></p>
77
+
<ul class="viz-group-content">
78
+
<ul class="viz-group-wrapper">
79
+
<li class="viz-group">
80
+
<h2 class="viz-group-title viz-sub-group visualizer-src-tab"><?php_e( 'Import data from file', 'visualizer' ); ?></h2>
81
+
<div class="viz-group-content">
82
+
<p class="viz-group-description"><?phpesc_html_e( 'Select and upload your data CSV file here. The first row of the CSV file should contain the column headings. The second one should contain series type (string, number, boolean, date, datetime, timeofday).', 'visualizer' ); ?></p>
83
+
<p class="viz-group-description"><?phpechosprintf( __( 'If you are unsure about how to format your data CSV then please take a look at this sample: %1$s %2$s%3$s', 'visualizer' ), '<a href="' . VISUALIZER_ABSURL . 'samples/' . $this->type . '.csv" target="_blank">', $this->type, '.csv</a>' ); ?></p>
@@ -92,16 +92,16 @@ protected function _renderSidebarContent() {
92
92
</form>
93
93
</div>
94
94
</li>
95
-
<li class="group visualizer-import-url">
96
-
<h2 class="group-title sub-group visualizer-src-tab"><?php_e( 'Import data from URL', 'visualizer' ); ?></h2>
97
-
<ul class="group-content">
98
-
<li class="subsection">
99
-
<span class="section-title"><?php_e( 'One time import', 'visualizer' ); ?></span>
95
+
<li class="viz-group visualizer-import-url">
96
+
<h2 class="viz-group-title viz-sub-group visualizer-src-tab"><?php_e( 'Import data from URL', 'visualizer' ); ?></h2>
97
+
<ul class="viz-group-content">
98
+
<li class="viz-subsection">
99
+
<span class="viz-section-title"><?php_e( 'One time import', 'visualizer' ); ?></span>
100
100
101
-
<div class="section-items">
102
-
<p class="group-description"><?php_e( 'You can use this to import data from a remote CSV file. The first row of the CSV file should contain the column headings. The second one should contain series type (string, number, boolean, date, datetime, timeofday).', 'visualizer' ); ?> </p>
103
-
<p class="group-description"><?phpechosprintf( __( 'If you are unsure about how to format your data CSV then please take a look at this sample: %1$s %2$s%3$s', 'visualizer' ), '<a href="' . VISUALIZER_ABSURL . 'samples/' . $this->type . '.csv" target="_blank">', $this->type, '.csv</a>' ); ?></p>
104
-
<p class="group-description"> <?php_e( 'You can also import data from Google Spreadsheet, for more info check <a href="https://github.com/Codeinwp/visualizer/wiki/How-can-I-populate-data-from-Google-Spreadsheet%3F" target="_blank" >this</a> tutorial', 'visualizer' ); ?></p>
101
+
<div class="viz-section-items section-items">
102
+
<p class="viz-group-description"><?php_e( 'You can use this to import data from a remote CSV file. The first row of the CSV file should contain the column headings. The second one should contain series type (string, number, boolean, date, datetime, timeofday).', 'visualizer' ); ?> </p>
103
+
<p class="viz-group-description"><?phpechosprintf( __( 'If you are unsure about how to format your data CSV then please take a look at this sample: %1$s %2$s%3$s', 'visualizer' ), '<a href="' . VISUALIZER_ABSURL . 'samples/' . $this->type . '.csv" target="_blank">', $this->type, '.csv</a>' ); ?></p>
104
+
<p class="viz-group-description"> <?php_e( 'You can also import data from Google Spreadsheet, for more info check <a href="https://github.com/Codeinwp/visualizer/wiki/How-can-I-populate-data-from-Google-Spreadsheet%3F" target="_blank" >this</a> tutorial', 'visualizer' ); ?></p>
<p class="group-description"><?php_e( 'You can choose here to synchronize your chart data with a remote CSV file.', 'visualizer' ); ?> </p>
124
-
<p class="group-description"> <?php_e( 'You can also synchronize with your Google Spreadsheet file, for more info check <a href="https://github.com/Codeinwp/visualizer/wiki/How-can-I-populate-data-from-Google-Spreadsheet%3F" target="_blank" >this</a> tutorial', 'visualizer' ); ?></p>
125
-
<p class="group-description"> <?php_e( 'We will update the chart data based on your time interval preference by overwritting the current data with the one from the URL.', 'visualizer' ); ?></p>
122
+
<div class="viz-section-items section-items">
123
+
<p class="viz-group-description"><?php_e( 'You can choose here to synchronize your chart data with a remote CSV file.', 'visualizer' ); ?> </p>
124
+
<p class="viz-group-description"> <?php_e( 'You can also synchronize with your Google Spreadsheet file, for more info check <a href="https://github.com/Codeinwp/visualizer/wiki/How-can-I-populate-data-from-Google-Spreadsheet%3F" target="_blank" >this</a> tutorial', 'visualizer' ); ?></p>
125
+
<p class="viz-group-description"> <?php_e( 'We will update the chart data based on your time interval preference by overwritting the current data with the one from the URL.', 'visualizer' ); ?></p>
0 commit comments