Make WordPress Core


Ignore:
Timestamp:
01/09/2007 01:16:40 AM (18 years ago)
Author:
ryan
Message:

TinyMCE updates from andy. fixes #3505

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/js/tinymce/themes/advanced/source_editor.htm

    r3664 r4704  
    1111        <div style="float: left" class="title">{$lang_theme_code_title}</div>
    1212
    13         <div style="float: right">
    14             <script language="javascript" type="text/javascript">renderWordWrap();</script>
     13        <div id="wrapline" style="float: right">
     14            <input type="checkbox" name="wraped" id="wraped" onclick="toggleWordWrap(this);" class="wordWrapCode" /><label for="wraped">{$lang_theme_code_wordwrap}</label>
    1515        </div>
     16
     17        <br style="clear: both" />
    1618
    1719        <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>
Note: See TracChangeset for help on using the changeset viewer.