Plugin Directory

Changeset 1582220


Ignore:
Timestamp:
01/25/2017 10:47:31 PM (9 years ago)
Author:
widesoft
Message:

bug fix for new wordpress version

Location:
data-browser/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • data-browser/trunk/1_include/4_back_end/10_chart_customizer.php

    r1492762 r1582220  
    3939                            <div>
    4040                                <div>
    41                                     <?php if(WS_DB_F == false){ ?>
     41                                    <?php if(true){ ?>
    4242                                    <button type="button" class="button expand  round ws_db_open_light_box_of_a_chart_setting" ><?php _e( 'Edit', 'data-browser-by-ws' ); ?></button>
    4343                                    <?php }else{ ?>
     
    5656                            <div>
    5757                                <div>
    58                                     <?php if(WS_DB_F == false){ ?>
     58                                    <?php if(true){ //WS_DB_F == false ?>
    5959                                    <button type="button" class="button expand  round ws_db_open_light_box_of_a_chart_setting" ><?php _e( 'Edit', 'data-browser-by-ws' ); ?></button>
    6060                                    <?php }else{ ?>
  • data-browser/trunk/1_include/4_back_end/34_light_box_option_for_sort_charts.php

    r1432169 r1582220  
    1111                <div class="ws_db_setting_description" ><?php _e( 'Select chart type. ', 'data-browser-by-ws' ); ?></div>
    1212                <div class="ws_db_option_max_length_in">
     13               
     14                <?php if(WS_DB_F == false){ ?>
    1315                    <select  class="ws_select_chart_type" name="sort_charts_setting_instance214_chart_type" >
    1416                        <?php $select_option= array('Pie Chart','Donut Chart','Bar Chart','Column Chart','Area Chart','Line Chart','Scatter Chart','Stepped Area Chart','Table');
     
    1719                        }?>
    1820                    </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                   
    1930                </div>         
    2031            </div>
  • data-browser/trunk/readme.txt

    r1492762 r1582220  
    3030
    3131
    32 ****   this is free version but it is complete like pro version - just Two options   ****
    33 
    34         in pro version you can use and edit 9 type of charts
     32****   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
    3535       
    36         in free version you can use 9 type of charts and edit 7 type of charts
     36        in free version you can use 3 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.