Minahito
minah****@users*****
2006年 10月 15日 (日) 00:35:28 JST
Index: xoops2jp/html/class/xoopsform/formtextdateselect.php diff -u xoops2jp/html/class/xoopsform/formtextdateselect.php:1.2.8.4.2.1 xoops2jp/html/class/xoopsform/formtextdateselect.php:1.2.8.4.2.2 --- xoops2jp/html/class/xoopsform/formtextdateselect.php:1.2.8.4.2.1 Wed Oct 11 17:14:11 2006 +++ xoops2jp/html/class/xoopsform/formtextdateselect.php Sun Oct 15 00:35:27 2006 @@ -1,5 +1,5 @@ <?php -// $Id: formtextdateselect.php,v 1.2.8.4.2.1 2006/10/11 08:14:11 minahito Exp $ +// $Id: formtextdateselect.php,v 1.2.8.4.2.2 2006/10/14 15:35:27 minahito Exp $ // ------------------------------------------------------------------------ // // XOOPS - PHP Content Management System // // Copyright (c) 2000 XOOPS.org // @@ -62,7 +62,7 @@ $renderTarget =& $renderSystem->createRenderTarget('main'); - $renderTarget->setAttribute('legacy_module', 'base'); + $renderTarget->setAttribute('legacy_module', 'legacy'); $renderTarget->setTemplateName("legacy_xoopsform_textdateselect.html"); $renderTarget->setAttribute("element", $this); $renderTarget->setAttribute("date", date("Y-m-d", $this->getValue()));