Commit c6bc778d by Crisu83

fixed gii templates (fixes #35)

parent 7ac79a37
......@@ -26,6 +26,7 @@ foreach($this->tableSchema->columns as $column)
?>
<div class="form-actions">
<?php echo "<?php \$this->widget('bootstrap.widgets.BootButton', array(
'fn'=>'submit',
'type'=>'primary',
'label'=>\$model->isNewRecord ? 'Create' : 'Save',
)); ?>\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