Commit 116df2f5 authored by Shakarim Sapa's avatar Shakarim Sapa

- Выводим сообщение

parent 282af41e
......@@ -15,7 +15,7 @@ WidgetAssetBundle::register($this);
<section class="sh_kurs">
<div class="container">
<?php if(\Yii::$app->session->getFlash('success')!==null && strlen(\Yii::$app->session->getFlash('success'))>0): ?>
<div class="alert alert-success fade in alert-dismissable" style="margin-top:18px; color: #3c763d;">
<div class="alert alert-success fade in alert-dismissable" style="margin-top:18px; color: #3c763d!important;">
<a href="#" class="close" data-dismiss="alert" aria-label="close" title="close">×</a>
<strong><?= \Yii::$app->session->getFlash('success'); ?></strong>
</div>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment