Add key controller to add/update keys , add bakcend skin param
This commit is contained in:
@@ -9,8 +9,24 @@ use yii\helpers\Html;
|
||||
|
||||
<button>Submit</button>
|
||||
<?php
|
||||
echo ($model->message);
|
||||
if ( isset($model->message)){
|
||||
?>
|
||||
<br>
|
||||
<div class="panel panel-default" style="margin-top: 24px;">
|
||||
<!-- Default panel contents -->
|
||||
<div class="panel-heading">Importálás összegzése</div>
|
||||
<div class="panel-body">
|
||||
<?php echo $model->message;?>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?php
|
||||
|
||||
}
|
||||
?>
|
||||
|
||||
|
||||
|
||||
|
||||
<?php ActiveForm::end() ?>
|
||||
@@ -1,6 +1,5 @@
|
||||
<?php
|
||||
use yii\widgets\Breadcrumbs;
|
||||
use dmstr\widgets\Alert;
|
||||
use kartik\widgets\AlertBlock;
|
||||
|
||||
?>
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
<?php
|
||||
use yii\helpers\Html;
|
||||
use common\components\Helper;
|
||||
|
||||
/* @var $this \yii\web\View */
|
||||
/* @var $content string */
|
||||
@@ -16,7 +17,7 @@ use yii\helpers\Html;
|
||||
</a>
|
||||
|
||||
<div class="navbar-header">
|
||||
<a class="navbar-brand" href="#">Adminisztráció</a>
|
||||
<a class="navbar-brand" href="#"> <?php echo Helper::getCompanyName() ?> Adminisztráció</a>
|
||||
</div>
|
||||
|
||||
<div class="navbar-custom-menu">
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
<?php
|
||||
use yii\helpers\Html;
|
||||
use common\components\Helper;
|
||||
|
||||
/* @var $this \yii\web\View */
|
||||
/* @var $content string */
|
||||
@@ -45,7 +46,7 @@ if (Yii::$app->controller->action->id === 'login') {
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body class="hold-transition skin-red sidebar-mini">
|
||||
<body class="hold-transition <?php echo Helper::getBackendSkin()?> sidebar-mini">
|
||||
<?php $this->beginBody() ?>
|
||||
<div class="wrapper">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user