- Timestamp:
- 05/28/2007 07:30:05 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/js/tinymce/themes/advanced/source_editor.htm
r4704 r5577 7 7 <base target="_self" /> 8 8 </head> 9 <!-- WordPress: extra onload stuff is WP! --> 9 10 <body onload="tinyMCEPopup.executeOnLoad('onLoadInit();');document.body.style.display='';document.getElementById('htmlSource').focus();" onresize="resizeInputs();" style="display: none"> 10 11 <form name="source" onsubmit="saveContent();" action="#"> … … 17 18 <br style="clear: both" /> 18 19 19 <textarea name="htmlSource" id="htmlSource" rows="15" cols="100" style="width: 100%; height: 100%; font-family: 'Courier New',Courier,mono ; font-size: 12px" dir="ltr" wrap="off"></textarea>20 <textarea name="htmlSource" id="htmlSource" rows="15" cols="100" style="width: 100%; height: 100%; font-family: 'Courier New',Courier,monospace; font-size: 12px" dir="ltr" wrap="off"></textarea> 20 21 21 22 <div class="mceActionPanel"> 23 <!-- WordPress: reversed buttons! --> 22 24 <div style="float: left"> 23 25 <input type="button" name="cancel" value="{$lang_cancel}" onclick="tinyMCEPopup.close();" id="cancel" />
Note: See TracChangeset
for help on using the changeset viewer.