Plugin Directory

Changeset 433584


Ignore:
Timestamp:
09/05/2011 02:29:16 PM (15 years ago)
Author:
jameslafferty
Message:

Improved markup for widget instance.

Location:
mailchimp-widget/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • mailchimp-widget/trunk/lib/ns_widget_mailchimp.class.php

    r433100 r433584  
    294294                    ?>
    295295                        <input type="hidden" name="ns_mc_number" value="<?php echo $this->number; ?>" />
    296                         <label for="<?php echo $this->id_base; ?>_email"><?php echo __('Email Address :', 'mailchimp-widget'); ?></label>
    297                         <input id="<?php echo $this->id_base; ?>_email" type="text" name="<?php echo $this->id_base; ?>_email" />
     296                        <label for="<?php echo $this->id_base; ?>-email-<?php echo $this->number; ?>"><?php echo __('Email Address :', 'mailchimp-widget'); ?></label>
     297                        <input id="<?php echo $this->id_base; ?>-email-<?php echo $this->number; ?>" type="text" name="<?php echo $this->id_base; ?>_email" />
    298298                        <input class="button" type="submit" name="<?php echo __($instance['signup_text'], 'mailchimp-widget'); ?>" value="<?php echo __($instance['signup_text'], 'mailchimp-widget'); ?>" />
    299299                    </form>
  • mailchimp-widget/trunk/mailchimp-widget.php

    r433100 r433584  
    55Description:
    66Author: James Lafferty
    7 Version: 0.8.8
     7Version: 0.8.9
    88Author URI: https://github.com/kalchas
    99License: GPL2
  • mailchimp-widget/trunk/readme.txt

    r433100 r433584  
    4141
    4242== Changelog ==
     43= 0.8.9 =
     44* Added instance number to id in widget.
     45
    4346= 0.8.8 =
    4447* Some improvements to the underlying code and markup.
     
    118121
    119122== Upgrade Notice ==
     123= 0.8.9 =
     124* This is an important upgrade from 0.8.8 if you're using multiple widget instances.
     125
    120126= 0.8.8 =
    121127* Some minor improvements to the underlying markup.
Note: See TracChangeset for help on using the changeset viewer.