Add key controller to add/update keys , add bakcend skin param

This commit is contained in:
2016-02-19 21:33:06 +01:00
parent 84e2badd34
commit 4aa17e5210
10 changed files with 83 additions and 19 deletions

View File

@@ -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() ?>