Commit e1d09a15 by Christoffer Niska

Merged in humbug/bootstrap (pull request #48: Missing comma)

parents 9468580a 02629be9
......@@ -20,10 +20,10 @@
<?php endforeach; ?>
<div class="form-actions">
<?php echo "<?php \$this->widget('bootstrap.widgets.TbButton', array(
'buttonType'=>'submit'
'buttonType'=>'submit',
'type'=>'primary',
'label'=>'Search',
)); ?>\n"; ?>
</div>
<?php echo "<?php \$this->endWidget(); ?>\n"; ?>
\ No newline at end of file
<?php echo "<?php \$this->endWidget(); ?>\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