Your IP : 216.73.216.95


Current Path : /var/www/html/wp-content/plugins/mailpoet/views/form/templatesLegacy/settings/
Upload File :
Current File : /var/www/html/wp-content/plugins/mailpoet/views/form/templatesLegacy/settings/label_within.hbs

<p class="clearfix">
  <label><%= __('Display label within input:') %></label>
  <span class="group">
    <label>
      <input class="mailpoet_radio" type="radio" name="params[label_within]" value="1" {{#if params.label_within}}checked="checked"{{/if}} /><%= __('Yes') %>
    </label>
    <label>
      <input class="mailpoet_radio" type="radio" name="params[label_within]" value="" {{#unless params.label_within}}checked="checked"{{/unless}} /><%= __('No') %>
    </label>
  </span>
</p>