slywalker / cakephp-plugin-boost_cake

Bootstrap Plugin for CakePHP
http://slywalker.github.io/cakephp-plugin-boost_cake/
277 stars 92 forks source link

Problem with form-horizontal #66

Closed piotr0beschel closed 10 years ago

piotr0beschel commented 10 years ago

Hello, I have problem with form-horizontal. 'wrapInput' => 'col col-md-8' is rendering input with wrapinput="col-sm-8" and 'wrapInput' => array( 'tag' => 'div', 'class' => 'col-sm-8' ), is rendering input with wrapinput="div col-sm-8". im using cakephp 2.5.5 gist here https://gist.github.com/piotr0beschel/3add7899d8621a795bc5

piotr0beschel commented 10 years ago

yeah i fixed it. My problem was that I defined Helpers directly in AppController of Plugin insted of main AppController.