Changeset 1609280
- Timestamp:
- 03/07/2017 03:09:16 AM (9 years ago)
- Location:
- data-browser
- Files:
-
- 4 edited
-
tags/1.1.5/1_include/4_back_end/34_light_box_option_for_sort_charts.php (modified) (1 diff)
-
tags/1.1.5/readme.txt (modified) (1 diff)
-
trunk/1_include/4_back_end/34_light_box_option_for_sort_charts.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
data-browser/tags/1.1.5/1_include/4_back_end/34_light_box_option_for_sort_charts.php
r1582217 r1609280 21 21 <?php }else{ ?> 22 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');23 <?php $select_option= array('Pie Chart'); 24 24 foreach($select_option as $option){ 25 25 ?><option value="<?php echo $option; ?>" ><?php echo $option; ?></option><?php -
data-browser/tags/1.1.5/readme.txt
r1582217 r1609280 30 30 31 31 32 **** this is free version but it is complete like pro version - just 5 options****32 **** this is free version **** 33 33 34 34 in pro version you can use 8 type of charts 35 35 36 in free version you can use 3type of charts36 in free version you can use 1 type of charts 37 37 38 38 all other options are completely the same in pro and free version -
data-browser/trunk/1_include/4_back_end/34_light_box_option_for_sort_charts.php
r1582220 r1609280 21 21 <?php }else{ ?> 22 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');23 <?php $select_option= array('Pie Chart'); 24 24 foreach($select_option as $option){ 25 25 ?><option value="<?php echo $option; ?>" ><?php echo $option; ?></option><?php -
data-browser/trunk/readme.txt
r1582220 r1609280 30 30 31 31 32 **** this is free version but it is complete like pro version - just 5 options****32 **** this is free version **** 33 33 34 34 in pro version you can use 8 type of charts 35 35 36 in free version you can use 3type of charts36 in free version you can use 1 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.