/var/www/vhosts/nabawater/backend/views/webpush-notification
NameSizeModeActions
check-notification.php19960644editdlrm
cronMail.php31070644editdlrm
index.php23160644editdlrm
test-mail-template.php35760644editdlrm
Edit: /var/www/vhosts/nabawater/backend/views/webpush-notification/check-notification.php (1996B)
setModel($model); $this->title = yii::t('backend','Check Notification'); if($model->send_type == 2) { $sendtype = $model->getSendTypeSms(); } else { $sendtype = $model->getSendTypeEmail(); } ?>

title; ?>


field($model, 'send_type')->radioList($sendtype); ?>
send_type == 2) { ?> field($model, 'field')->textInput(['placeholder' => 'e.g. +60149221378'])->label('Mobile Number'); ?> field($model, 'field')->textInput()->label('Email ID') ?>
field($model, 'message')->textArea(); ?>
'btn btn-success']) ?>