diff options
| author | hukl <contact@smyck.org> | 2009-09-09 12:07:57 +0200 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-09-09 12:07:57 +0200 |
| commit | a6292dd0fecd4482fe863ed849d126b5281b1a8a (patch) | |
| tree | 7c4c32e1a3448c5d1995a236ed01c731018da13d /public/javascripts/tiny_mce/plugins/paste/pasteword.htm | |
| parent | 83fe1b1abd7d7bb85679be3f1341e5c88db0ae83 (diff) | |
huge tiny_mce update - now using the tiny_mce jquery build which allows tiny_mce to be initialized via jquery - great!
Diffstat (limited to 'public/javascripts/tiny_mce/plugins/paste/pasteword.htm')
| -rw-r--r--[-rwxr-xr-x] | public/javascripts/tiny_mce/plugins/paste/pasteword.htm | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/public/javascripts/tiny_mce/plugins/paste/pasteword.htm b/public/javascripts/tiny_mce/plugins/paste/pasteword.htm index 9e5ab1b..f4a9b3d 100755..100644 --- a/public/javascripts/tiny_mce/plugins/paste/pasteword.htm +++ b/public/javascripts/tiny_mce/plugins/paste/pasteword.htm | |||
| @@ -4,11 +4,9 @@ | |||
| 4 | <title>{#paste.paste_word_desc}</title> | 4 | <title>{#paste.paste_word_desc}</title> |
| 5 | <script type="text/javascript" src="../../tiny_mce_popup.js"></script> | 5 | <script type="text/javascript" src="../../tiny_mce_popup.js"></script> |
| 6 | <script type="text/javascript" src="js/pasteword.js"></script> | 6 | <script type="text/javascript" src="js/pasteword.js"></script> |
| 7 | <link href="css/pasteword.css" rel="stylesheet" type="text/css" /> | ||
| 8 | <base target="_self" /> | ||
| 9 | </head> | 7 | </head> |
| 10 | <body onresize="resizeInputs();" style="display:none; overflow:hidden;"> | 8 | <body onresize="PasteWordDialog.resize();" style="display:none; overflow:hidden;"> |
| 11 | <form name="source" onsubmit="saveContent();" action="#"> | 9 | <form name="source" onsubmit="return PasteWordDialog.insert();" action="#"> |
| 12 | <div class="title">{#paste.paste_word_desc}</div> | 10 | <div class="title">{#paste.paste_word_desc}</div> |
| 13 | 11 | ||
| 14 | <div>{#paste_dlg.word_title}</div> | 12 | <div>{#paste_dlg.word_title}</div> |
| @@ -17,7 +15,7 @@ | |||
| 17 | 15 | ||
| 18 | <div class="mceActionPanel"> | 16 | <div class="mceActionPanel"> |
| 19 | <div style="float: left"> | 17 | <div style="float: left"> |
| 20 | <input type="button" id="insert" name="insert" value="{#insert}" onclick="saveContent();" /> | 18 | <input type="submit" id="insert" name="insert" value="{#insert}" /> |
| 21 | </div> | 19 | </div> |
| 22 | 20 | ||
| 23 | <div style="float: right"> | 21 | <div style="float: right"> |
