Changeset 1582220
- Timestamp:
- 01/25/2017 10:47:31 PM (9 years ago)
- Location:
- data-browser/trunk
- Files:
-
- 3 edited
-
1_include/4_back_end/10_chart_customizer.php (modified) (2 diffs)
-
1_include/4_back_end/34_light_box_option_for_sort_charts.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
data-browser/trunk/1_include/4_back_end/10_chart_customizer.php
r1492762 r1582220 39 39 <div> 40 40 <div> 41 <?php if( WS_DB_F == false){ ?>41 <?php if(true){ ?> 42 42 <button type="button" class="button expand round ws_db_open_light_box_of_a_chart_setting" ><?php _e( 'Edit', 'data-browser-by-ws' ); ?></button> 43 43 <?php }else{ ?> … … 56 56 <div> 57 57 <div> 58 <?php if( WS_DB_F == false){ ?>58 <?php if(true){ //WS_DB_F == false ?> 59 59 <button type="button" class="button expand round ws_db_open_light_box_of_a_chart_setting" ><?php _e( 'Edit', 'data-browser-by-ws' ); ?></button> 60 60 <?php }else{ ?> -
data-browser/trunk/1_include/4_back_end/34_light_box_option_for_sort_charts.php
r1432169 r1582220 11 11 <div class="ws_db_setting_description" ><?php _e( 'Select chart type. ', 'data-browser-by-ws' ); ?></div> 12 12 <div class="ws_db_option_max_length_in"> 13 14 <?php if(WS_DB_F == false){ ?> 13 15 <select class="ws_select_chart_type" name="sort_charts_setting_instance214_chart_type" > 14 16 <?php $select_option= array('Pie Chart','Donut Chart','Bar Chart','Column Chart','Area Chart','Line Chart','Scatter Chart','Stepped Area Chart','Table'); … … 17 19 }?> 18 20 </select> 21 <?php }else{ ?> 22 <select class="ws_select_chart_type" name="sort_charts_setting_instance214_chart_type" > 23 <?php $select_option= array('Pie Chart','Column Chart','Area Chart','Table'); 24 foreach($select_option as $option){ 25 ?><option value="<?php echo $option; ?>" ><?php echo $option; ?></option><?php 26 }?> 27 </select> 28 <?php } ?> 29 19 30 </div> 20 31 </div> -
data-browser/trunk/readme.txt
r1492762 r1582220 30 30 31 31 32 **** this is free version but it is complete like pro version - just Twooptions ****33 34 in pro version you can use and edit 9type of charts32 **** this is free version but it is complete like pro version - just 5 options **** 33 34 in pro version you can use 8 type of charts 35 35 36 in free version you can use 9 type of charts and edit 7 type of charts36 in free version you can use 3 type of charts 37 37 38 38 all other options are completely the same in pro and free version
Note: See TracChangeset
for help on using the changeset viewer.