newhck / php-form-builder-class

Automatically exported from code.google.com/p/php-form-builder-class
GNU General Public License v3.0
0 stars 0 forks source link

Checkbox inline not working #144

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
At the moment passing array("inline" => 1) doesn't cause the checkbox elements 
to be displayed inline.

I fixed this on my own copy by adding the following to the Element_Checkbox 
class in \Element\Checkbox.php:

protected $inline;

Original issue reported on code.google.com by zizzer...@googlemail.com on 13 Jul 2011 at 7:04

GoogleCodeExporter commented 8 years ago
You're right, thanks for reporting this bug.  r533 has added the inline 
attribute as you've suggested.

Original comment by ajporterfield@gmail.com on 14 Jul 2011 at 2:49