Plugin Directory

Changeset 1412102


Ignore:
Timestamp:
05/07/2016 06:04:58 AM (10 years ago)
Author:
wadvisor
Message:

Initial import.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-wadvisor/trunk/widget-wadvisor.php

    r1412100 r1412102  
    183183        </p>
    184184        <p>
    185             <label for="<?php echo $this->get_field_id( 'id' ); ?>"><?php _e( 'Page id:' ); ?></label>
     185            <label for="<?php echo $this->get_field_id( 'id' ); ?>"><?php _e( 'Page id*:' ); ?></label>
    186186            <input class="widefat" id="<?php echo $this->get_field_id( 'id' ); ?>" name="<?php echo $this->get_field_name( 'id' ); ?>" type="text" value="<?php echo esc_attr( $id ); ?>" required="required">
    187187        </p>
     
    209209        <p>
    210210            <label for="<?php echo $this->get_field_id( 'questions_limit' ); ?>"><?php _e( 'Questions limit:' ); ?></label>
    211             <input class="widefat" id="<?php echo $this->get_field_id( 'questions_limit' ); ?>" name="<?php echo $this->get_field_name( 'questions_limit' ); ?>" type="number" min="1" value="<?php echo esc_attr( $questions_limit ); ?>">
     211            <input class="widefat" id="<?php echo $this->get_field_id( 'questions_limit' ); ?>" name="<?php echo $this->get_field_name( 'questions_limit' ); ?>" type="text" value="<?php echo esc_attr( $questions_limit ); ?>">
    212212        </p>
    213213        <p>
    214214            <label for="<?php echo $this->get_field_id( 'questions_max_height' ); ?>"><?php _e( 'Questions max height:' ); ?></label>
    215             <input class="widefat" id="<?php echo $this->get_field_id( 'questions_max_height' ); ?>" name="<?php echo $this->get_field_name( 'questions_max_height' ); ?>" type="number" min="1" value="<?php echo esc_attr( $questions_max_height ); ?>">
     215            <input class="widefat" id="<?php echo $this->get_field_id( 'questions_max_height' ); ?>" name="<?php echo $this->get_field_name( 'questions_max_height' ); ?>" type="text" value="<?php echo esc_attr( $questions_max_height ); ?>">
    216216        </p>
    217217
Note: See TracChangeset for help on using the changeset viewer.