Changeset 463
- Timestamp:
- 01/19/06 06:23:17 (7 years ago)
- Files:
-
- 1 modified
-
trunk/plugins/PasteText/popups/paste_text.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/PasteText/popups/paste_text.html
r334 r463 19 19 window.resizeTo(600, 450); 20 20 var param = window.dialogArguments; 21 document.getElementById("SCREEN").focus(); 21 22 } 22 23 … … 33 34 </head> 34 35 35 <body class="dialog" on Load="Init(); SCREEN.focus();">36 <body class="dialog" onload="Init();"> 36 37 <div class="title">Paste as Plain Text</div> 37 38 <textarea name="SCREEN" id="SCREEN" cols=22 rows=5 style="width: 100%; height: 315px; margin-top: 8px; margin-bottom: 4px; font-family: monospace; font-size: 11px;"></textarea>
