Add "Welcome email" newsletter type to the selector

This commit is contained in:
Tautvidas Sipavičius
2015-10-12 16:10:41 +03:00
parent aa23324876
commit 141bdd348c

View File

@ -48,6 +48,26 @@ define(
</a>
</div>
</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>
</div>
);
@ -56,4 +76,4 @@ define(
return NewsletterTypes;
}
);
);