[Phphtmllib-devel] SF.net SVN: phphtmllib:[3348] trunk/open2300/lib/modules/wxdate/page/WxDate .inc
Status: Beta
Brought to you by:
hemna
From: <he...@us...> - 2010-02-22 04:33:56
|
Revision: 3348 http://phphtmllib.svn.sourceforge.net/phphtmllib/?rev=3348&view=rev Author: hemna Date: 2010-02-22 04:33:50 +0000 (Mon, 22 Feb 2010) Log Message: ----------- pulled header Modified Paths: -------------- trunk/open2300/lib/modules/wxdate/page/WxDate.inc Modified: trunk/open2300/lib/modules/wxdate/page/WxDate.inc =================================================================== --- trunk/open2300/lib/modules/wxdate/page/WxDate.inc 2010-02-22 04:29:36 UTC (rev 3347) +++ trunk/open2300/lib/modules/wxdate/page/WxDate.inc 2010-02-22 04:33:50 UTC (rev 3348) @@ -48,7 +48,7 @@ // } protected function left_block() { - $div = new DIVtag(array("style" => "margin-top:20px"), new WxDateCalendar()); + $div = new DIVtag(array("style" => "margin-top:0px"), new WxDateCalendar()); return $div; } @@ -84,8 +84,9 @@ $c = new Container(); - $c->add( H3tag::factory("Weather on ".date("l M d, Y", strtotime($this->wxdate))), - Brtag::factory(1), $right_div ); + $c->add( //H3tag::factory("Weather on ".date("l M d, Y", strtotime($this->wxdate))), + //Brtag::factory(1), + $right_div ); return $c; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |