cvs: peardoc /en/package/html/html-quickform-advmultiselect/appendix examples-custom7.xml
[email protected] ("Laurent Laville")
| Newsgroups | php.pear.doc |
|---|---|
| Message-ID | <cvsfarell1233263670@cvsserver> |
farell Thu Jan 29 21:14:30 2009 UTC
Modified files:
/peardoc/en/package/html/html-quickform-advmultiselect/appendix
examples-custom7.xml
Log:
sync with qfams_custom_7.php,v 1.4
http://cvs.php.net/viewvc.cgi/peardoc/en/package/html/html-quickform-advmultiselect/appendix/examples-custom7.xml?r1=1.2&r2=1.3&diff_format=u
Index: peardoc/en/package/html/html-quickform-advmultiselect/appendix/examples-custom7.xml
diff -u peardoc/en/package/html/html-quickform-advmultiselect/appendix/examples-custom7.xml:1.2 peardoc/en/package/html/html-quickform-advmultiselect/appendix/examples-custom7.xml:1.3
--- peardoc/en/package/html/html-quickform-advmultiselect/appendix/examples-custom7.xml:1.2 Wed Jan 28 22:25:14 2009
+++ peardoc/en/package/html/html-quickform-advmultiselect/appendix/examples-custom7.xml Thu Jan 29 21:14:29 2009
@@ -36,7 +36,7 @@
* Custom advMultiSelect HTML_QuickForm element
* with extended buttons (select all, select none, toggle selection)
*
- * @version $Id: examples-custom7.xml,v 1.2 2009/01/28 22:25:14 farell Exp $
+ * @version $Id: examples-custom7.xml,v 1.3 2009/01/29 21:14:29 farell Exp $
* @author Laurent Laville <[email protected]>
* @package HTML_QuickForm_advmultiselect
* @subpackage Examples
@@ -123,7 +123,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, ' ');
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3c.org/TR/xhtml1/DTD/xhtml1-strict.dtd">