add account state changes

This commit is contained in:
2016-01-08 19:09:42 +01:00
parent 0e023e3f3e
commit 0084526094
10 changed files with 414 additions and 58 deletions

View File

@@ -1,6 +1,7 @@
<?php
use yii\widgets\Breadcrumbs;
use dmstr\widgets\Alert;
use kartik\widgets\AlertBlock;
?>
<div class="content-wrapper">
@@ -15,7 +16,13 @@ use dmstr\widgets\Alert;
</section>
<section class="content">
<?= Alert::widget() ?>
<?php
echo AlertBlock::widget([
'useSessionFlash' => true,
'type' => AlertBlock::TYPE_GROWL,
'delay' => '1'
]);
?>
<?= $content ?>
</section>
</div>