Plugin Directory

Changeset 1042279


Ignore:
Timestamp:
12/10/2014 10:19:24 PM (11 years ago)
Author:
dpik
Message:

Line return after email input

File:
1 edited

Legend:

Unmodified
Added
Removed
  • dys-email-subscription/trunk/emailing-lista.php

    r1042263 r1042279  
    196196  <form name="emailing" method="post"  class="clear">
    197197    <input name="email" id="email" type="email" class="text" placeholder="<?php _e( 'Email Address', 'dys-email-subscription' ) ?>"/>
     198    <br>
    198199    <input type="radio" name="subscriber_action" value="subscribe" checked>
    199       <span id="mailing_form_subscribe_text"><?php _e( 'Subscribe', 'dys-email-subscription' ); ?><br></span>
     200      <span id="mailing_form_subscribe_text"><?php _e( 'Subscribe', 'dys-email-subscription' ); ?></span>
     201      <br>
    200202    <input type="radio" name="subscriber_action" value="unsubscribe">
    201203      <span id="mailing_form_unsubscribe_text"><?php _e( 'Unsubscribe', 'dys-email-subscription' ); ?></span>
Note: See TracChangeset for help on using the changeset viewer.