[otrs-cvs] otrs/var/httpd/htdocs/js/thirdparty/ckeditor-3.6.6/_source/plugins/dialogui plugin.js, NONE, 1.1.2.1 2010-10-28-dialogui.patch, NONE, 1.1.2.1
"CVS commits notifications of OTRS.org" <[email protected]>
| Newsgroups | gmane.comp.otrs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Comments:
Update of /home/cvs/otrs/var/httpd/htdocs/js/thirdparty/ckeditor-3.6.6/_source/plugins/dialogui
In directory lancelot:/tmp/cvs-serv18213/var/httpd/htdocs/js/thirdparty/ckeditor-3.6.6/_source/plugins/dialogui
Added Files:
Tag: rel-3_1
plugin.js 2010-10-28-dialogui.patch
Log Message:
Updated CKEditor to version 3.6.6.
Author: mn
--- NEW FILE: plugin.js ---
***** do not show the code lines, because the code is to long!
Author: mn
--- NEW FILE: 2010-10-28-dialogui.patch ---
? 2010-10-28-dialogui.patch
Index: plugin.js
===================================================================
RCS file: /home/cvs/otrs/var/httpd/htdocs/js/thirdparty/ckeditor-3.4.1/_source/plugins/dialogui/plugin.js,v
retrieving revision 1.1
diff -u -r1.1 plugin.js
--- plugin.js 28 Oct 2010 08:43:06 -0000 1.1
+++ plugin.js 28 Oct 2010 08:56:58 -0000
@@ -1434,7 +1434,13 @@
'<form enctype="multipart/form-data" method="POST" dir="' + langDir + '" lang="' + langCode + '" action="',
CKEDITOR.tools.htmlEncode( elementDefinition.action ),
'">',
- '<input type="file" name="',
+ '<input type="hidden" name="Action" value="',
+ CKEDITOR.config.action,
+ '" /><input type="hidden" name="FormID" value="',
+ CKEDITOR.config.formID,
+ '"/><input type="hidden" name="CKEditorFuncNum" value="',
+ _.dialog._.editor._.filebrowserFn,
+ '" /><input type="file" name="',
CKEDITOR.tools.htmlEncode( elementDefinition.id || 'cke_upload' ),
'" size="',
CKEDITOR.tools.htmlEncode( size > 0 ? size : "" ),
---------------------------------------------------------------------
OTRS mailing list: cvs-log - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/cvs-log
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/cvs-log