Changeset 4704

Show
Ignore:
Timestamp:
01/09/07 01:16:40 (2 years ago)
Author:
ryan
Message:

TinyMCE updates from andy. fixes #3505

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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>