Plugin Directory

Changeset 409283


Ignore:
Timestamp:
07/13/2011 03:04:09 PM (15 years ago)
Author:
junar
Message:

some fixes to the datastream.php

File:
1 edited

Legend:

Unmodified
Added
Removed
  • datastream/trunk/datastream.php

    r409267 r409283  
    22
    33/**
    4  * COPA-AMERI-FECHA-GRUPO-C
    54 * Plugin Name: Junar DataStream Widget
    65 * Plugin URI: http://www.junar.com/widgets
     
    8281        ?>
    8382            <p>
    84                 <label for="<?php echo $this->get_field_id('guid'); ?>"><?php _e('GUID:'); ?></label> 
     83                <label for="<?php echo $this->get_field_id('guid'); ?>"><?php _e('GUID:'); ?></label>
    8584                <input class="widefat" id="<?php echo $this->get_field_id('guid'); ?>" name="<?php echo $this->get_field_name('guid'); ?>" type="text" value="<?php echo $guid; ?>" />
    8685            </p>
    8786            <p>
    88                 <label for="<?php echo $this->get_field_id('width'); ?>"><?php _e('WIDTH:'); ?></label>
     87                <label for="<?php echo $this->get_field_id('width'); ?>"><?php _e('Width:'); ?></label>
    8988                <input class="widefat" id="<?php echo $this->get_field_id('width'); ?>" name="<?php echo $this->get_field_name('width'); ?>" type="text" value="<?php echo $width; ?>" />
    9089            </p>
    9190            <p>
    92                 <label for="<?php echo $this->get_field_id('height'); ?>"><?php _e('HEIGHT:'); ?></label>
     91                <label for="<?php echo $this->get_field_id('height'); ?>"><?php _e('Height:'); ?></label>
    9392                <input class="widefat" id="<?php echo $this->get_field_id('height'); ?>" name="<?php echo $this->get_field_name('height'); ?>" type="text" value="<?php echo $height; ?>" />
    9493            </p>
     94            <p><label>Optional parameters:</label></p>
    9595            <p>
    96                 <label for="<?php echo $this->get_field_id('param1'); ?>"><?php _e('PARAMETER 1:'); ?></label>
     96                <label for="<?php echo $this->get_field_id('param1'); ?>"><?php _e('Parameter 1:'); ?></label>
    9797                <input class="widefat" id="<?php echo $this->get_field_id('param1'); ?>" name="<?php echo $this->get_field_name('param1'); ?>" type="text" value="<?php echo $param1; ?>" />
    9898            </p>
    9999            <p>
    100                 <label for="<?php echo $this->get_field_id('param2'); ?>"><?php _e('PARAMETER 2:'); ?></label>
     100                <label for="<?php echo $this->get_field_id('param2'); ?>"><?php _e('Parameter 2:'); ?></label>
    101101                <input class="widefat" id="<?php echo $this->get_field_id('param2'); ?>" name="<?php echo $this->get_field_name('param2'); ?>" type="text" value="<?php echo $param2; ?>" />
    102102            </p>
    103103            <p>
    104                 <label for="<?php echo $this->get_field_id('param3'); ?>"><?php _e('PARAMETER 3:'); ?></label>
     104                <label for="<?php echo $this->get_field_id('param3'); ?>"><?php _e('Parameter 3:'); ?></label>
    105105                <input class="widefat" id="<?php echo $this->get_field_id('param3'); ?>" name="<?php echo $this->get_field_name('param3'); ?>" type="text" value="<?php echo $param3; ?>" />
    106106            </p>
    107107            <p>
    108                 <label for="<?php echo $this->get_field_id('param4'); ?>"><?php _e('PARAMETER 4:'); ?></label>
     108                <label for="<?php echo $this->get_field_id('param4'); ?>"><?php _e('Parameter 4:'); ?></label>
    109109                <input class="widefat" id="<?php echo $this->get_field_id('param4'); ?>" name="<?php echo $this->get_field_name('param4'); ?>" type="text" value="<?php echo $param4; ?>" />
    110110            </p>
    111111            <p>
    112                 <label for="<?php echo $this->get_field_id('param5'); ?>"><?php _e('PARAMETER 5:'); ?></label>
     112                <label for="<?php echo $this->get_field_id('param5'); ?>"><?php _e('Parameter 5:'); ?></label>
    113113                <input class="widefat" id="<?php echo $this->get_field_id('param5'); ?>" name="<?php echo $this->get_field_name('param5'); ?>" type="text" value="<?php echo $param5; ?>" />
    114114            </p>
Note: See TracChangeset for help on using the changeset viewer.