diff options
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"> |
