Skip to Content Skip to Menu

here is fix for multiple checkboxes vertical list!

  • carsten888
  • carsten888
  • OFFLINE
  • Posts: 132
  • Thanks: 0
  • Karma: 1
16 years 1 week 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 or Create an account to join the conversation.

Moderators: beatnantkrileon
Powered by Kunena Forum

Facebook Twitter LinkedIn