Plugin Directory

Changeset 1609280


Ignore:
Timestamp:
03/07/2017 03:09:16 AM (9 years ago)
Author:
widesoft
Message:

fixed bugs

Location:
data-browser
Files:
4 edited

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  
    2121                <?php }else{ ?>
    2222                    <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');
    2424                        foreach($select_option as $option){
    2525                            ?><option  value="<?php echo $option; ?>" ><?php echo $option; ?></option><?php   
  • data-browser/tags/1.1.5/readme.txt

    r1582217 r1609280  
    3030
    3131
    32 ****   this is free version but it is complete like pro version - just 5 options  ****
     32****   this is free version ****
    3333
    3434        in pro version you can use  8 type of charts
    3535       
    36         in free version you can use 3 type of charts
     36        in free version you can use 1 type of charts
    3737
    3838all 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  
    2121                <?php }else{ ?>
    2222                    <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');
    2424                        foreach($select_option as $option){
    2525                            ?><option  value="<?php echo $option; ?>" ><?php echo $option; ?></option><?php   
  • data-browser/trunk/readme.txt

    r1582220 r1609280  
    3030
    3131
    32 ****   this is free version but it is complete like pro version - just 5 options  ****
     32****   this is free version ****
    3333
    3434        in pro version you can use  8 type of charts
    3535       
    36         in free version you can use 3 type of charts
     36        in free version you can use 1 type of charts
    3737
    3838all other options are completely the same in pro and free version
Note: See TracChangeset for help on using the changeset viewer.