Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.5.6

Request #8249   in grouped Radio-Elements
Submitted: 2006-07-19 16:01 UTC
From: arne dot bippes at brandao dot de Assigned: wiesemann
Status: Closed Package: DB_Table (version 1.3.1)
PHP Version: Irrelevant OS: irrelevant
Roadmaps: (Not assigned)    
Subscription  
Comments Add Comment Add patch


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 34 - 23 = ?

 
 [2006-07-19 16:01 UTC] arne dot bippes at brandao dot de (Arne Bippes)
Description: ------------ For radiobuttons the values are added as a group. The seperator is already added inside the label. in function addElements() line 255 they are grouped with $group =& $form->addGroup($element, $name, $label); Since the seperator is not defined HTML_Quickform will add the default   Line 255 should be changed to: $group =& $form->addGroup($element, $name, $label,''); Line 465 could be: $btnlabel . ($col['qf_radiosep'] ? $col['qf_radiosep'] : ' '),

Comments

 [2006-07-23 18:48 UTC] wiesemann (Mark Wiesemann)
This bug has been fixed in CVS. If this was a documentation problem, the fix will appear on pear.php.net by the end of next Sunday (CET). If this was a problem with the pear.php.net website, the change should be live shortly. Otherwise, the fix will appear in the package's next release. Thank you for the report and for helping us make PEAR better.