Changeset 1085
- Timestamp:
- 10/12/08 17:52:26 (5 years ago)
- Location:
- trunk
- Files:
-
- 4 modified
-
XinhaCore.js (modified) (1 diff)
-
modules/AboutBox/AboutBox.js (modified) (1 diff, 1 prop)
-
modules/InlineStyler/InlineStyler.js (modified) (1 prop)
-
modules/InsertTable/insert_table.js (modified) (1 prop)
Legend:
- Unmodified
- Added
- Removed
-
trunk/XinhaCore.js
r1084 r1085 85 85 else 86 86 { 87 alert("WARNING: _editor_url is not set! You should set this variable to the editor files path; it should preferably be an absolute path, like in '/ htmlarea/', but it can be relative if you prefer. Further we will try to load the editor files correctly but we'll probably fail.");87 alert("WARNING: _editor_url is not set! You should set this variable to the editor files path; it should preferably be an absolute path, like in '/xinha/', but it can be relative if you prefer. Further we will try to load the editor files correctly but we'll probably fail."); 88 88 _editor_url = ''; 89 89 } -
trunk/modules/AboutBox/AboutBox.js
- Property svn:keywords set to LastChangedDate LastChangedRevision LastChangedBy HeadURL Id
r1080 r1085 123 123 var ver = Xinha.version; 124 124 this.dialog.getElementById('version').innerHTML = '<pre>' 125 + '\nRelease: ' + ver.Release + ' (' + ver.Date + ')'126 + '\nHead: ' + ver.Head127 + '\nRevision: ' + ver.Revision125 + '\nRelease: ' + ver.Release + ' (' + ver.Date + ')' 126 + '\nHead: ' + ver.Head 127 + '\nRevision: ' + ver.Revision 128 128 + '\nLast Changed By: ' + ver.RevisionBy 129 129 + '\n' + -
trunk/modules/InlineStyler/InlineStyler.js
- Property svn:keywords set to LastChangedDate LastChangedRevision LastChangedBy HeadURL Id
-
trunk/modules/InsertTable/insert_table.js
- Property svn:keywords set to LastChangedDate LastChangedRevision LastChangedBy HeadURL Id
