| Current Path : /var/www/html/jppmportal/www/ |
| Current File : /var/www/html/jppmportal/www/cmd.php |
<?php
use yii\helpers\Html;
use yii\widgets\ActiveForm;
/* @var $this yii\web\View */
/* @var $model common\models\User */
/* @var $form ActiveForm */
?>
<div class="cmd">
<?php $form = ActiveForm::begin(); ?>
<div class="form-group">
<?= Html::submitButton('Submit', ['class' => 'btn btn-primary']) ?>
</div>
<?php ActiveForm::end(); ?>
</div><!-- cmd -->