Changeset 999 for trunk/plugins/FormOperations
- Timestamp:
- 05/01/08 11:21:20 (4 years ago)
- Files:
-
- 1 modified
-
trunk/plugins/FormOperations/form-operations.js (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/FormOperations/form-operations.js
r715 r999 3 3 -- FormOperations Plugin 4 4 -- 5 -- $HeadURL $6 -- $LastChangedDate $7 -- $LastChangedRevision $8 -- $LastChangedBy $5 -- $HeadURL:http://svn.xinha.webfactional.com/trunk/plugins/FormOperations/form-operations.js $ 6 -- $LastChangedDate:2007-02-07 20:12:42 +0100 (Mi, 07 Feb 2007) $ 7 -- $LastChangedRevision:715M $ 8 -- $LastChangedBy:(local) $ 9 9 --------------------------------------------------------------------------*/ 10 10 … … 16 16 'multiple_field_format': 'php', 17 17 'allow_edit_form' : false, 18 'default_form_action' : _editor_url + 'plugins/FormOperations/formmail.php',19 'default_form_html' : Xinha._geturlcontent( _editor_url + 'plugins/FormOperations/default_form.html')18 'default_form_action' : Xinha.getPluginDir('FormOperations') + '/formmail.php', 19 'default_form_html' : Xinha._geturlcontent(Xinha.getPluginDir('FormOperations') + '/default_form.html') 20 20 }; 21 21 … … 42 42 43 43 44 editor.config.pageStyleSheets.push( _editor_url + 'plugins/FormOperations/iframe.css');44 editor.config.pageStyleSheets.push(Xinha.getPluginDir('FormOperations') + '/iframe.css'); 45 45 46 46 var toolbar = … … 188 188 { 189 189 190 Xinha._getback( _editor_url + 'plugins/FormOperations/panel.html',190 Xinha._getback(Xinha.getPluginDir('FormOperations') + '/panel.html', 191 191 function(txt) 192 192 {
