summaryrefslogtreecommitdiffstats
path: root/wp-includes/js
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2007-01-09 11:30:05 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2007-01-09 11:30:05 +0000
commit819f131230b6d2e4ff88a8773eef754228989ffc (patch)
tree547908e700cf516755e371de9a2149ff5a772832 /wp-includes/js
parent90888943466530c65823eac7e07e5a6f1c8ab5d5 (diff)
downloadwordpress-mu-819f131230b6d2e4ff88a8773eef754228989ffc.tar.gz
wordpress-mu-819f131230b6d2e4ff88a8773eef754228989ffc.tar.xz
wordpress-mu-819f131230b6d2e4ff88a8773eef754228989ffc.zip
WP Merge to rev 4709
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@835 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-includes/js')
-rw-r--r--wp-includes/js/tinymce/themes/advanced/source_editor.htm6
1 files changed, 4 insertions, 2 deletions
diff --git a/wp-includes/js/tinymce/themes/advanced/source_editor.htm b/wp-includes/js/tinymce/themes/advanced/source_editor.htm
index 630c721..a3b82c9 100644
--- a/wp-includes/js/tinymce/themes/advanced/source_editor.htm
+++ b/wp-includes/js/tinymce/themes/advanced/source_editor.htm
@@ -10,10 +10,12 @@
<form name="source" onsubmit="saveContent();" action="#">
<div style="float: left" class="title">{$lang_theme_code_title}</div>
- <div style="float: right">
- <script language="javascript" type="text/javascript">renderWordWrap();</script>
+ <div id="wrapline" style="float: right">
+ <input type="checkbox" name="wraped" id="wraped" onclick="toggleWordWrap(this);" class="wordWrapCode" /><label for="wraped">{$lang_theme_code_wordwrap}</label>
</div>
+ <br style="clear: both" />
+
<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>
<div class="mceActionPanel">