Newsletter template thumbnail redesign

Redesigned the template selection screen to
look like the WordPress theme selector.

The main changes relate to:
* style changes, to achieve the new look
* jsx templates, to work with new css changes
* template, removed the description field

[MAILPOET-1306]
This commit is contained in:
Fred. P
2018-05-16 14:05:07 +02:00
parent a742dacf32
commit 75bad97b10
38 changed files with 121 additions and 131 deletions

View File

@ -15,7 +15,6 @@ class ScienceWeekly {
function get() {
return array(
'name' => __("Science Weekly", 'mailpoet'),
'description' => __("The right chemistry to send your weekly posts.", 'mailpoet'),
'categories' => json_encode(array('standard', 'sample')),
'readonly' => 1,
'thumbnail' => $this->getThumbnail(),