Commit 9922cc37 by Alexander Makarov

Merge pull request #777 from lucianobaraglia/master

Changed label for gii generated form [skip ci]
parents 4a02e0b5 52654a9d
...@@ -27,7 +27,7 @@ use yii\widgets\ActiveForm; ...@@ -27,7 +27,7 @@ use yii\widgets\ActiveForm;
<?php endforeach; ?> <?php endforeach; ?>
<div class="form-group"> <div class="form-group">
<?php echo '<?php'; ?> echo Html::submitButton('Login', array('class' => 'btn btn-primary')); ?> <?php echo '<?php'; ?> echo Html::submitButton('Submit', array('class' => 'btn btn-primary')); ?>
</div> </div>
<?php echo '<?php'; ?> ActiveForm::end(); ?> <?php echo '<?php'; ?> ActiveForm::end(); ?>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment