Commit 2ecdfd62 by Qiang Xue

gii form width adjustment.

parent cb60fa5d
......@@ -30,7 +30,7 @@ foreach ($generator->templates as $name => $path) {
<?php $form = ActiveForm::begin(array('fieldConfig' => array('class' => ActiveField::className()))); ?>
<div class="row">
<div class="col-lg-6">
<div class="col-lg-8">
<?php echo $this->renderFile($generator->formView(), array(
'generator' => $generator,
'form' => $form,
......
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