Commit 5537d7a3 by MarsuBoss

Fix typo

parent b90a059a
......@@ -8,7 +8,7 @@
Yii::import('gii.generators.crud.CrudCode');
class BootstrapCode extendS CrudCode
class BootstrapCode extends CrudCode
{
public function generateActiveRow($modelClass, $column)
{
......
......@@ -20,7 +20,7 @@
<?php endforeach; ?>
<div class="form-actions">
<?php echo "<?php \$this->widget('bootstrap.widgets.TbButton', array(
'buttonType'=>'submit'
'buttonType'=>'submit',
'type'=>'primary',
'label'=>'Search',
)); ?>\n"; ?>
......
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