tingobol / gii-template-collection

Automatically exported from code.google.com/p/gii-template-collection
0 stars 0 forks source link

add class attributes to div tags #18

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Relation.php i.e. line 609:

echo CHtml::openTag('div', array('id' => $id, 'class'=>'relation'));

Please add a class attribute to divs created by Relation widget.
This will allow better handling of the layouts by CSS.

Original issue reported on code.google.com by schm...@usrbin.de on 17 Sep 2010 at 9:15

GoogleCodeExporter commented 9 years ago
Addditional info ... this would fix your checkbox-lists then:

div.relation label {
    display: inline;
}

Original comment by schm...@usrbin.de on 17 Sep 2010 at 9:37