Changeset 901
- Timestamp:
- 2007-09-28 10:08:14 (14 months ago)
- Location:
- FCKeditor/trunk/editor
- Files:
-
- 2 modified
-
dialog/fck_replace.html (modified) (2 diffs)
-
_source/internals/fckcommands.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/dialog/fck_replace.html
r900 r901 44 44 idMap['CheckCase'] = 'chkCase' + tabCode ; 45 45 idMap['CheckWord'] = 'chkWord' + tabCode ; 46 47 window.parent.SetAutoSize( true ) ;48 46 } 49 47 … … 52 50 // First of all, translate the dialog box texts. 53 51 oEditor.FCKLanguageManager.TranslatePage( document ) ; 54 55 window.parent.SetAutoSize( true ) ;56 52 57 53 // Place the cursor at the start of document. -
FCKeditor/trunk/editor/_source/internals/fckcommands.js
r900 r901 58 58 case 'About' : oCommand = new FCKDialogCommand( 'About' , FCKLang.About , 'dialog/fck_about.html' , 400, 330 ) ; break ; 59 59 60 case 'Find' : oCommand = new FCKDialogCommand( 'Find' , FCKLang.DlgFindAndReplaceTitle , 'dialog/fck_replace.html' , 340, 170 ) ; break ;61 case 'Replace' : oCommand = new FCKDialogCommand( 'Replace' , FCKLang.DlgFindAndReplaceTitle , 'dialog/fck_replace.html' , 340, 2 20 ) ; break ;60 case 'Find' : oCommand = new FCKDialogCommand( 'Find' , FCKLang.DlgFindAndReplaceTitle , 'dialog/fck_replace.html' , 340, 250 ) ; break ; 61 case 'Replace' : oCommand = new FCKDialogCommand( 'Replace' , FCKLang.DlgFindAndReplaceTitle , 'dialog/fck_replace.html' , 340, 250 ) ; break ; 62 62 63 63 case 'Image' : oCommand = new FCKDialogCommand( 'Image' , FCKLang.DlgImgTitle , 'dialog/fck_image.html' , 450, 400 ) ; break ;