File "date_default.hbs"

Full Path: /home/warrior1/public_html/plugins/mailpoet/views/form/templatesLegacy/settings/date_default.hbs
File size: 592 bytes
MIME-type: text/plain
Charset: utf-8

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