Add "Welcome email" newsletter type to the selector
This commit is contained in:
@ -48,6 +48,26 @@ define(
|
|||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
<li data-type="welcome">
|
||||||
|
<div className="mailpoet_thumbnail"></div>
|
||||||
|
|
||||||
|
<div className="mailpoet_description">
|
||||||
|
<h3>Welcome email</h3>
|
||||||
|
<p>
|
||||||
|
Send an email for new users.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div className="mailpoet_actions">
|
||||||
|
<a
|
||||||
|
className="button button-primary"
|
||||||
|
onClick={ this.handleSelectType.bind(null, 'welcome') }
|
||||||
|
>
|
||||||
|
Set up
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user