here is fix for multiple checkboxes vertical list!

15 years 11 months ago #62609 by carsten888
Don't you hate those multiple checkboxes not being underneath eachother in a nice list? I did, very much so. totally unacceptable. anyway I fixed it.:cheer:

file:
administrator/components/com_profiler/comprofiler.class.php
line: 305
[code:1]$html[] = "<input type=\"checkbox\" name=\"$tag_name\" $isReq value=\"".$k."\"$extra $tag_attribs /> <label for=\"" . $id . "\">" . getLangDefinition($t) . "</label>";[/code:1]

add a break behind the end-label-tag like so:
[code:1]$html[] = "<input type=\"checkbox\" name=\"$tag_name\" $isReq value=\"".$k."\"$extra $tag_attribs /> <label for=\"" . $id . "\">" . getLangDefinition($t) . "</label><br />";[/code:1]:woohoo:

I spent hours on this, but it was worth it.

joomla 1.0.15
CB 1.1.0

Post edited by: carsten888, at: 2008/05/09 09:03

Please Log in to join the conversation.

Moderators: beatnantkrileon
Time to create page: 0.392 seconds

Facebook Twitter LinkedIn