add backend theme AdminLte, bind reception/transaction to a permission
This commit is contained in:
@@ -2,16 +2,11 @@
|
||||
|
||||
/* @var $this yii\web\View */
|
||||
|
||||
$this->title = 'My Yii Application';
|
||||
$this->title = Yii::$app->name;
|
||||
?>
|
||||
<div class="site-index">
|
||||
|
||||
<div class="jumbotron">
|
||||
<h1>Web Admin</h1>
|
||||
|
||||
<p class="lead">Üdvözöljük adminisztrációs felületünkön</p>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user