Minahito
minah****@users*****
2006年 7月 1日 (土) 13:21:10 JST
Index: xoops2jp/html/class/xoopsform/formtextdateselect.php diff -u xoops2jp/html/class/xoopsform/formtextdateselect.php:1.2.8.1 xoops2jp/html/class/xoopsform/formtextdateselect.php:1.2.8.2 --- xoops2jp/html/class/xoopsform/formtextdateselect.php:1.2.8.1 Wed Oct 19 02:18:33 2005 +++ xoops2jp/html/class/xoopsform/formtextdateselect.php Sat Jul 1 13:21:10 2006 @@ -1,5 +1,5 @@ <?php -// $Id: formtextdateselect.php,v 1.2.8.1 2005/10/18 17:18:33 minahito Exp $ +// $Id: formtextdateselect.php,v 1.2.8.2 2006/07/01 04:21:10 minahito Exp $ // ------------------------------------------------------------------------ // // XOOPS - PHP Content Management System // // Copyright (c) 2000 XOOPS.org // @@ -59,7 +59,7 @@ { $jstime = formatTimestamp($this->getValue(), '"F j, Y H:i:s"'); include_once XOOPS_ROOT_PATH.'/include/calendarjs.php'; - return "<input type='text' name='".$this->getName()."' id='".$this->getName()."' size='".$this->getSize()."' maxlength='".$this->getMaxlength()."' value='".date("Y-m-d", $this->getValue())."'".$this->getExtra()." /><input type='reset' value=' ... ' onclick='return showCalendar(\"".$this->getName()."\");'>"; + return "<input type='text' name='".$this->getName()."' id='".$this->getId()."' size='".$this->getSize()."' maxlength='".$this->getMaxlength()."' value='".date("Y-m-d", $this->getValue())."'".$this->getExtra()." /><input type='reset' value=' ... ' onclick='return showCalendar(\"".$this->getName()."\");'>"; } } ?> \ No newline at end of file