Changeset 235

Show
Ignore:
Timestamp:
07/30/08 14:49:03 (4 months ago)
Author:
silver
Message:
 
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/magento/theme/silver_theme/app/design/frontend/default/silver/template/newsletter/subscribe.phtml

    r225 r235  
    2222<fieldset class="mini-newsletter"> 
    2323        <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> 
    2525        <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" /> 
    2727        </div> 
    28         <input type="image" src="<?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') ?>"/> 
    2929</fieldset> 
    3030</form>