PHP Classes

File: modules/system/models/mailsetting/_send_test_button.php

Recommend this page to a friend!
  Packages of Luke Towers   Winter   modules/system/models/mailsetting/_send_test_button.php   Download  
File: modules/system/models/mailsetting/_send_test_button.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Winter
Content management system that uses MVC
Author: By
Last change:
Date: 7 months ago
Size: 397 bytes
 

Contents

Class file image Download
<button
    type="button"
    class="btn btn-success"
    data-request="onTest"
    data-request-data="redirect:0"
    data-load-indicator="<?= e(trans('system::lang.mail_templates.sending')) ?>"
    data-request-confirm="<?= e(trans('system::lang.settings.test_confirm', [ 'email' => e(BackendAuth::getUser()->email)])) ?>">
    <?= e(trans('system::lang.mail_templates.test_send')) ?>
</button>