- Timestamp:
- 07/30/08 14:49:03 (4 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/magento/theme/silver_theme/app/design/frontend/default/silver/template/newsletter/subscribe.phtml
r225 r235 22 22 <fieldset class="mini-newsletter"> 23 23 <legend><?php echo $this->__('Newsletter') ?></legend> 24 <label for="newsletter"><?php echo $this->__('Newsletter Sign-up') ?>:</label>24 <label style="padding-top:5px;" for="newsletter"><span style="font-weight:normal;"><?php echo $this->__('Newsletter Sign-up') ?>:</span></label> 25 25 <div class="input-box"> <!-- Created for the validation error accomodation --> 26 <input name="email" type="text" id="newsletter" value=" Enter your email address" class="required-entry validate-email input-text" />26 <input name="email" type="text" id="newsletter" value="<?php echo $this->__('Enter your email address') ?>" class="required-entry validate-email input-text" /> 27 27 </div> 28 <input type="image" s rc="<?php echo $this->getSkinUrl('images/btn_submit_mini.gif') ?>" value="<?php echo $this->__('Sign me up') ?>"/>28 <input type="image" style="padding-top:1px;" src="<?php echo $this->getSkinUrl('images/btn_submit_mini.gif') ?>" value="<?php echo $this->__('Sign me up') ?>"/> 29 29 </fieldset> 30 30 </form>
