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  


 [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] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!