~ubuntu-branches/ubuntu/intrepid/moin/intrepid-updates

« back to all changes in this revision

Viewing changes to wiki/htdocs/applets/FCKeditor/editor/dialog/fck_paste.html

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2006-02-14 16:09:24 UTC
  • mfrom: (0.2.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20060214160924-fyrx3gvknzqvt4vj
Tags: 1.5.2-1ubuntu1
Drop python2.3 package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
        // First of all, translate the dialog box texts
32
32
        oEditor.FCKLanguageManager.TranslatePage(document) ;
33
33
        
34
 
        window.parent.SetOkButton( true ) ;     
35
 
 
36
34
        if ( window.parent.dialogArguments.CustomValue == 'Word' )
37
35
        {
38
36
                var oFrame = document.getElementById('frmData')
48
46
                document.getElementById('txtData').style.display = '' ;
49
47
                document.getElementById('oWordCommands').style.display = 'none' ;
50
48
        }
 
49
 
 
50
        window.parent.SetOkButton( true ) ;     
 
51
        window.parent.SetAutoSize( true ) ;     
51
52
}
52
53
 
53
54
function Ok()