cvs: pear /HTML_QuickForm_advmultiselect/examples qfams_custom_6.php qfams_custom_7.php

[email protected] ("Laurent Laville")
Newsgroups php.pear.cvs
Message-ID <cvsfarell1209216344@cvsserver>
farell		Sat Apr 26 13:25:44 2008 UTC

  Modified files:              
    /pear/HTML_QuickForm_advmultiselect/examples	qfams_custom_6.php 
                                                	qfams_custom_7.php 
  Log:
  more Xhtml compliant
  
http://cvs.php.net/viewvc.cgi/pear/HTML_QuickForm_advmultiselect/examples/qfams_custom_6.php?r1=1.2&r2=1.3&diff_format=u
Index: pear/HTML_QuickForm_advmultiselect/examples/qfams_custom_6.php
diff -u pear/HTML_QuickForm_advmultiselect/examples/qfams_custom_6.php:1.2 pear/HTML_QuickForm_advmultiselect/examples/qfams_custom_6.php:1.3
--- pear/HTML_QuickForm_advmultiselect/examples/qfams_custom_6.php:1.2	Fri Jan  5 15:35:33 2007
+++ pear/HTML_QuickForm_advmultiselect/examples/qfams_custom_6.php	Sat Apr 26 13:25:44 2008
@@ -3,7 +3,7 @@
  * Custom advMultiSelect HTML_QuickForm element
  * with extended buttons (select all, select none, toggle selection)
  *
- * @version    $Id: qfams_custom_6.php,v 1.2 2007/01/05 15:35:33 farell Exp $
+ * @version    $Id: qfams_custom_6.php,v 1.3 2008/04/26 13:25:44 farell Exp $
  * @author     Laurent Laville <[email protected]>
  * @package    HTML_QuickForm_advmultiselect
  * @subpackage Examples
@@ -94,7 +94,7 @@
 $buttons[] =& $form->createElement('reset',  null, 'Reset');
 $buttons[] =& $form->createElement('checkbox', 'multiselect', null,
                                    'use dual select boxes layout');
-$form->addGroup($buttons);
+$form->addGroup($buttons, null, '&nbsp;');
 ?>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
     "http://www.w3c.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
http://cvs.php.net/viewvc.cgi/pear/HTML_QuickForm_advmultiselect/examples/qfams_custom_7.php?r1=1.2&r2=1.3&diff_format=u
Index: pear/HTML_QuickForm_advmultiselect/examples/qfams_custom_7.php
diff -u pear/HTML_QuickForm_advmultiselect/examples/qfams_custom_7.php:1.2 pear/HTML_QuickForm_advmultiselect/examples/qfams_custom_7.php:1.3
--- pear/HTML_QuickForm_advmultiselect/examples/qfams_custom_7.php:1.2	Fri Jan  5 15:35:33 2007
+++ pear/HTML_QuickForm_advmultiselect/examples/qfams_custom_7.php	Sat Apr 26 13:25:44 2008
@@ -3,7 +3,7 @@
  * Custom advMultiSelect HTML_QuickForm element
  * with extended buttons (select all, select none, toggle selection)
  *
- * @version    $Id: qfams_custom_7.php,v 1.2 2007/01/05 15:35:33 farell Exp $
+ * @version    $Id: qfams_custom_7.php,v 1.3 2008/04/26 13:25:44 farell Exp $
  * @author     Laurent Laville <[email protected]>
  * @package    HTML_QuickForm_advmultiselect
  * @subpackage Examples
@@ -94,7 +94,7 @@
 $buttons[] =& $form->createElement('reset',  null, 'Reset');
 $buttons[] =& $form->createElement('checkbox', 'multiselect', null,
                                    'use dual select boxes layout');
-$form->addGroup($buttons);
+$form->addGroup($buttons, null, '&nbsp;');
 ?>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
     "http://www.w3c.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.