[Phphtmllib-devel] SF.net SVN: phphtmllib:[3357] trunk/open2300/lib/modules
Status: Beta
Brought to you by:
hemna
From: <he...@us...> - 2010-02-22 08:11:31
|
Revision: 3357 http://phphtmllib.svn.sourceforge.net/phphtmllib/?rev=3357&view=rev Author: hemna Date: 2010-02-22 08:11:24 +0000 (Mon, 22 Feb 2010) Log Message: ----------- menu Modified Paths: -------------- trunk/open2300/lib/modules/home/page/HomePage.inc trunk/open2300/lib/modules/wxdate/page/WxDate.inc Modified: trunk/open2300/lib/modules/home/page/HomePage.inc =================================================================== --- trunk/open2300/lib/modules/home/page/HomePage.inc 2010-02-22 07:23:50 UTC (rev 3356) +++ trunk/open2300/lib/modules/home/page/HomePage.inc 2010-02-22 08:11:24 UTC (rev 3357) @@ -25,9 +25,8 @@ protected function main_block() { - $main = new DIVtag(array("id" => "maincontent", + $main = new DIVtag(array("id" => self::ID_BODY, "style" => "width: 1400px; margin-left: auto; margin-right:auto;")); - $main->set_id("maincontent"); $table = TABLEtag::factory("100%", 0); @@ -51,7 +50,7 @@ $script->add("Event.observe(window, 'load', start_updates);"); $container->add($script); - $this->add_js_link("/js/cal.js"); + //$this->add_js_link("/js/cal.js"); $left_div = new DIVtag(array('id'=> '')); Modified: trunk/open2300/lib/modules/wxdate/page/WxDate.inc =================================================================== --- trunk/open2300/lib/modules/wxdate/page/WxDate.inc 2010-02-22 07:23:50 UTC (rev 3356) +++ trunk/open2300/lib/modules/wxdate/page/WxDate.inc 2010-02-22 08:11:24 UTC (rev 3357) @@ -27,9 +27,8 @@ protected function main_block() { - $main = new DIVtag(array("id" => "maincontent", + $main = new DIVtag(array("id" => self::ID_BODY, "style" => "width: 810px; margin-left: auto; margin-right:auto;")); - $main->set_id("maincontent"); $table = TABLEtag::factory("100%", 0); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |