Commit ae2f60fc by Christoffer Niska

Merged in marsuboss/yii-bootstrap/fix-typo (pull request #45: Fix typo)

parents ed5f10b0 5537d7a3
......@@ -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