Current Path : /var/www/html/wp-content/plugins/mailpoet/views/form/templatesLegacy/settings/ |
Current File : /var/www/html/wp-content/plugins/mailpoet/views/form/templatesLegacy/settings/date_default.hbs |
<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>