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

Request #4941 allow a label after (adv)checkbox elements
Submitted: 2005-07-28 23:13 UTC
From: wiesemann Assigned: wiesemann
Status: Closed Package: DB_Table
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 : 17 + 48 = ?

 
 [2005-07-28 23:13 UTC] wiesemann
Description: ------------ QF's elements checkbox and advcheckbox allow to have a label behind the element. In DB/Table/QuickForm.php, line 309 (latest CVS version) this label is set to null. Therefore, I'd like to request to change this line to the following (maybe with another name than 'qf_label_after': isset($col['qf_label_after']) ? $col['qf_label_after'] : null, This doesn't break BC. It just add's a possibility to specify a label that QF put's behind (adv)checkbox elements.

Comments

 [2005-08-09 14:39 UTC] wiesemann
Great idea, will add it. *g*
 [2005-08-17 18:10 UTC] 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.