Plugin Directory

Changeset 1891126


Ignore:
Timestamp:
06/11/2018 04:31:21 PM (8 years ago)
Author:
jameslaws
Message:

Updating success message.

Location:
ninja-mail
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ninja-mail/tags/1.0/includes/app/service.php

    r1891096 r1891126  
    3838      'description' => 'Increase Email Deliverability with a dedicated email service by Ninja Forms.',
    3939      'connect_url' => \NinjaForms\OAuth::connect_url( 'txnmail/app' ),
    40       'successMessage' => 'You did it!',
     40      'successMessage' => '<div style="padding:0 20px 20xp"><h2>You did it!</h2>
     41<p>Ninja Forms submission emails will now be delivered by the Ninja Mail transactional service.</p>
     42<p>If you want to temporarily disable the service, you can use the green toggle on the Ninja Mail module.</p>
     43<button style="display:block;width:100%;text-align:center;" class="nf-button primary">Got It!</button></div>',
     44      'successMessageTitle' => 'Ninja Mail Setup Successfully',
    4145    ];
    4246
  • ninja-mail/trunk/includes/app/service.php

    r1891096 r1891126  
    3838      'description' => 'Increase Email Deliverability with a dedicated email service by Ninja Forms.',
    3939      'connect_url' => \NinjaForms\OAuth::connect_url( 'txnmail/app' ),
    40       'successMessage' => 'You did it!',
     40      'successMessage' => '<div style="padding:0 20px 20xp"><h2>You did it!</h2>
     41<p>Ninja Forms submission emails will now be delivered by the Ninja Mail transactional service.</p>
     42<p>If you want to temporarily disable the service, you can use the green toggle on the Ninja Mail module.</p>
     43<button style="display:block;width:100%;text-align:center;" class="nf-button primary">Got It!</button></div>',
     44      'successMessageTitle' => 'Ninja Mail Setup Successfully',
    4145    ];
    4246
Note: See TracChangeset for help on using the changeset viewer.