[geeklog-cvs] Geeklog-1.x/public_html/layout/professional/admin/story storyeditor_advanced.thtml, 1.34, 1.35

Blaine Lang blaine at qs1489.pair.com
Sun Aug 10 12:52:04 EDT 2008


Update of /cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/admin/story
In directory qs1489.pair.com:/tmp/cvs-serv5935

Modified Files:
	storyeditor_advanced.thtml 
Log Message:
Changes to support FCKeditor ver 2.6.3
Disabled the Expand/Shrink featrure when in Advanced Editor mode. Feature not working for some reason that I've not resolvd.

Index: storyeditor_advanced.thtml
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/admin/story/storyeditor_advanced.thtml,v
retrieving revision 1.34
retrieving revision 1.35
diff -C2 -d -r1.34 -r1.35
*** storyeditor_advanced.thtml	12 May 2008 08:27:17 -0000	1.34
--- storyeditor_advanced.thtml	10 Aug 2008 16:52:01 -0000	1.35
***************
*** 74,79 ****
--- 74,81 ----
          <div id="html_editor" style="margin-top:10px; padding-left:10px; border:1px solid #ECE9D8;display:{show_htmleditor};">
              {lang_introtext}:
+             <!--
              <img src="{layout_url}/images/expand.png" title="{lang_expandhelp}" alt="" onclick="changeHTMLTextAreaSize('introhtml','larger');"{xhtml}>
              <img src="{layout_url}/images/collapse.png" title="{lang_reducehelp}" alt="" onclick="changeHTMLTextAreaSize('introhtml','smaller');"{xhtml}>
+             -->
              <span style="padding-left:15px;">{lang_toolbar}: 
                  <select id="fckeditor_toolbar_selector" name="fckeditor_toolbar_selector" onchange="changeToolbar(this.value);">
***************
*** 86,91 ****
              <textarea id="introhtml" style="padding:5px 10px 5px 10px;" name="introhtml" cols="45" rows="12">{story_introtext}</textarea>
              {lang_bodytext}:
!             <img src="{layout_url}/images/expand.png" title="lang_expandhelp" alt="" onclick="changeHTMLTextAreaSize('bodyhtml','larger');"{xhtml}>
              <img src="{layout_url}/images/collapse.png" title="{lang_reducehelp}" alt="" onclick="changeHTMLTextAreaSize('bodyhtml','smaller');"{xhtml}>
              <textarea id="bodyhtml" style="padding:5px 10px 5px 10px;" name="bodyhtml" cols="45" rows="20">{story_bodytext}</textarea>
          </div>
--- 88,95 ----
              <textarea id="introhtml" style="padding:5px 10px 5px 10px;" name="introhtml" cols="45" rows="12">{story_introtext}</textarea>
              {lang_bodytext}:
!             <!--
!             <img src="{layout_url}/images/expand.png" title="{lang_expandhelp}" alt="" onclick="changeHTMLTextAreaSize('bodyhtml','larger');"{xhtml}>
              <img src="{layout_url}/images/collapse.png" title="{lang_reducehelp}" alt="" onclick="changeHTMLTextAreaSize('bodyhtml','smaller');"{xhtml}>
+             -->
              <textarea id="bodyhtml" style="padding:5px 10px 5px 10px;" name="bodyhtml" cols="45" rows="20">{story_bodytext}</textarea>
          </div>




More information about the geeklog-cvs mailing list