[Kafenio-cvs-commit] kafenio_main/dedi/backend/inc fnc.type_forms.php,1.1,1.2
Status: Beta
Brought to you by:
netsrak
|
From: <ne...@pr...> - 2004-01-26 18:22:55
|
Update of /cvsroot/kafenio/kafenio_main/dedi/backend/inc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12859/dedi/backend/inc Modified Files: fnc.type_forms.php Log Message: added gnu-regex library jar to archive parameter in applet-tag Index: fnc.type_forms.php =================================================================== RCS file: /cvsroot/kafenio/kafenio_main/dedi/backend/inc/fnc.type_forms.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** fnc.type_forms.php 19 Jan 2004 23:05:36 -0000 1.1 --- fnc.type_forms.php 26 Jan 2004 18:22:01 -0000 1.2 *************** *** 409,416 **** $out = ' <input type="hidden" name="'.$formname.'">'; $out .= '<td>'; ! $out .= '<APPLET CODEBASE="'.$cfg_client['htmlpath'].'" CODE="de.xeinfach.kafenio.KafenioApplet.class" ARCHIVE="cms/wysiwyg/applet.jar,cms/wysiwyg/config.jar,cms/wysiwyg/icons.jar" NAME="WYSIWYG_'.$formname.'" ID="WYSIWYG_'.$formname.'" WIDTH="644" HEIGHT="400" MAYSCRIPT>'; $out .= '<PARAM NAME="codebase" VALUE="'.$cfg_client['htmlpath'].'">'; $out .= '<PARAM NAME="code" VALUE="de.xeinfach.kafenio.KafenioApplet.class">'; ! $out .= '<PARAM NAME="archive" VALUE="cms/wysiwyg/applet.jar,cms/wysiwyg/config.jar,cms/wysiwyg/icons.jar">'; $out .= '<PARAM NAME="name" VALUE="WYSIWYG_'.$formname.'">'; $out .= '<PARAM NAME="type" VALUE="application/x-java-applet;version=1.4">'; --- 409,416 ---- $out = ' <input type="hidden" name="'.$formname.'">'; $out .= '<td>'; ! $out .= '<APPLET CODEBASE="'.$cfg_client['htmlpath'].'" CODE="de.xeinfach.kafenio.KafenioApplet.class" ARCHIVE="cms/wysiwyg/applet.jar,cms/wysiwyg/gnu-regexp-1.1.4.jar,cms/wysiwyg/config.jar,cms/wysiwyg/icons.jar" NAME="WYSIWYG_'.$formname.'" ID="WYSIWYG_'.$formname.'" WIDTH="644" HEIGHT="400" MAYSCRIPT>'; $out .= '<PARAM NAME="codebase" VALUE="'.$cfg_client['htmlpath'].'">'; $out .= '<PARAM NAME="code" VALUE="de.xeinfach.kafenio.KafenioApplet.class">'; ! $out .= '<PARAM NAME="archive" VALUE="cms/wysiwyg/applet.jar,cms/wysiwyg/gnu-regexp-1.1.4.jar,cms/wysiwyg/config.jar,cms/wysiwyg/icons.jar">'; $out .= '<PARAM NAME="name" VALUE="WYSIWYG_'.$formname.'">'; $out .= '<PARAM NAME="type" VALUE="application/x-java-applet;version=1.4">'; |