thomascube
2008-02-11 b85bf8b3f46b9927117777baa149eb4ac818693f
program/js/tiny_mce/themes/advanced/source_editor.htm
@@ -10,11 +10,13 @@
   <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>
      <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>
      <br style="clear: both" />
      <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>
      <div class="mceActionPanel">
         <div style="float: left">