Changeset 1412102
- Timestamp:
- 05/07/2016 06:04:58 AM (10 years ago)
- File:
-
- 1 edited
-
wp-wadvisor/trunk/widget-wadvisor.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-wadvisor/trunk/widget-wadvisor.php
r1412100 r1412102 183 183 </p> 184 184 <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> 186 186 <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"> 187 187 </p> … … 209 209 <p> 210 210 <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 ); ?>"> 212 212 </p> 213 213 <p> 214 214 <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 ); ?>"> 216 216 </p> 217 217
Note: See TracChangeset
for help on using the changeset viewer.