From: <go...@us...> - 2002-10-11 06:14:53
|
Update of /cvsroot/xoops/xoops-current/html/class/xoopsform In directory usw-pr-cvs1:/tmp/cvs-serv5992/html/class/xoopsform Modified Files: themeform.php Log Message: Index: themeform.php =================================================================== RCS file: /cvsroot/xoops/xoops-current/html/class/xoopsform/themeform.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** themeform.php 26 Sep 2002 03:13:34 -0000 1.4 --- themeform.php 11 Oct 2002 06:14:20 -0000 1.5 *************** *** 39,43 **** } $js = " ! <script language='javascript'> <!-- function xoopsFormValidate_".$this->getName()."(){"; --- 39,43 ---- } $js = " ! <script type='text/javascript'> <!-- function xoopsFormValidate_".$this->getName()."(){"; *************** *** 72,76 **** $js = " <!-- Start Form Vaidation JavaScript //--> ! <script language='javascript'> <!-- function xoopsFormValidate_".$this->getName()."(){ --- 72,76 ---- $js = " <!-- Start Form Vaidation JavaScript //--> ! <script type='text/javascript'> <!-- function xoopsFormValidate_".$this->getName()."(){ |