Commit 0e7987c6 by Hikonobu Kurihara

Fixed _search.php

parent fe3a3926
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
<?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"; ?>
......
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