From: <var...@us...> - 2009-02-14 16:16:43
|
Revision: 6499 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6499&view=rev Author: vargenau Date: 2009-02-14 16:16:40 +0000 (Sat, 14 Feb 2009) Log Message: ----------- Table of 100% width Modified Paths: -------------- trunk/lib/PageList.php Modified: trunk/lib/PageList.php =================================================================== --- trunk/lib/PageList.php 2009-02-14 14:57:03 UTC (rev 6498) +++ trunk/lib/PageList.php 2009-02-14 16:16:40 UTC (rev 6499) @@ -292,7 +292,6 @@ $this->_name = $name; $heading = HTML::input(array('type' => 'button', 'title' => _("Click to de-/select all pages"), - //'width' => '100%', 'name' => $default_heading, 'value' => $default_heading, 'onclick' => "flipAll(this.form)" @@ -1411,11 +1410,11 @@ $table = HTML::table(array('cellpadding' => 0, 'cellspacing' => 1, 'border' => 0, + 'width' => '100%', 'class' => 'pagelist', )); if ($caption) { $table->pushContent(HTML::caption(array('align'=>'top'), $caption)); - $table->setAttr('width', '100%'); } //Warning: This is quite fragile. It depends solely on a private variable This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |