Commit 92df68fc by niskac

fixed gii templates (fixes #66)

parent 1211fd40
......@@ -26,10 +26,10 @@ foreach($this->tableSchema->columns as $column)
?>
<div class="form-actions">
<?php echo "<?php \$this->widget('bootstrap.widgets.BootButton', array(
'fn'=>'submit',
'buttonType'=>'submit',
'type'=>'primary',
'label'=>\$model->isNewRecord ? 'Create' : 'Save',
)); ?>\n"; ?>
</div>
<?php echo "<?php \$this->endWidget(); ?>\n"; ?>
\ No newline at end of file
<?php echo "<?php \$this->endWidget(); ?>\n"; ?>
......@@ -64,7 +64,7 @@ if($count>=7)
echo "\t\t*/\n";
?>
array(
'class'=>'BootButtonColumn',
'class'=>'bootstrap.widgets.BootButtonColumn',
),
),
)); ?>
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