Sending Progress

- improved progress bar styles (with completed status)
- add pause/resume buttons
- fixed method case in settings.mta for MailPoet & SMTP Providers
- fixed parsley dependency
- added validation on from name & address on step 3
This commit is contained in:
Jonathan Labreuille
2015-12-03 18:26:36 +01:00
parent d2e5fb89c2
commit a413f666fe
15 changed files with 245 additions and 65 deletions

View File

@@ -36,7 +36,7 @@ define(
} else {
// hide DKIM option when using MailPoet's API
jQuery('#mailpoet_mta_dkim')[
(method === 'mailpoet')
(method === 'MailPoet')
? 'hide'
: 'show'
]();