Add 'max' to shown posts in alc settings
[MAILPOET-1436]
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
<h3><%= __('Post selection') %></h3>
|
||||
|
||||
<div class="mailpoet_form_field">
|
||||
<div class="mailpoet_form_field_title mailpoet_form_field_title_inline"><%= __('Show:') %></div>
|
||||
<div class="mailpoet_form_field_title mailpoet_form_field_title_inline"><%= __('Show max:') %></div>
|
||||
<div class="mailpoet_form_field_input_option">
|
||||
<input type="text" class="mailpoet_input mailpoet_input_small mailpoet_automated_latest_content_show_amount" value="{{ model.amount }}" maxlength="2" size="2" />
|
||||
<select class="mailpoet_select mailpoet_select_large mailpoet_automated_latest_content_content_type">
|
||||
|
@ -1,7 +1,7 @@
|
||||
<h3><%= __('Post selection') %></h3>
|
||||
|
||||
<div class="mailpoet_form_field">
|
||||
<div class="mailpoet_form_field_title mailpoet_form_field_title_inline"><%= __('Show:') %></div>
|
||||
<div class="mailpoet_form_field_title mailpoet_form_field_title_inline"><%= __('Show max:') %></div>
|
||||
<div class="mailpoet_form_field_input_option">
|
||||
<input type="text" class="mailpoet_input mailpoet_input_small mailpoet_automated_latest_content_show_amount" value="{{ model.amount }}" maxlength="2" size="2" />
|
||||
<select class="mailpoet_select mailpoet_select_large mailpoet_automated_latest_content_content_type">
|
||||
|
Reference in New Issue
Block a user