Commit 02629be9 by Roman Proskuryakov

fix Search button

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