[LON-CAPA-cvs] cvs: loncom /html/adm/fckeditor loncapaconfig.js
faziophi
faziophi@source.lon-capa.org
Tue, 22 Dec 2009 04:59:21 -0000
faziophi Tue Dec 22 04:59:21 2009 EDT
Modified files:
/loncom/html/adm/fckeditor loncapaconfig.js
Log:
Adding back "Table" mode to FCKEditor 2.x, now that an adequate solution is planned on -- see future commits.
Index: loncom/html/adm/fckeditor/loncapaconfig.js
diff -u loncom/html/adm/fckeditor/loncapaconfig.js:1.4 loncom/html/adm/fckeditor/loncapaconfig.js:1.5
--- loncom/html/adm/fckeditor/loncapaconfig.js:1.4 Wed Nov 25 03:39:13 2009
+++ loncom/html/adm/fckeditor/loncapaconfig.js Tue Dec 22 04:59:21 2009
@@ -6,7 +6,7 @@
['OrderedList','UnorderedList','-','Outdent','Indent'],
['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'],
['Link','Unlink','Anchor'],
- ['Rule', 'Smiley','SpecialChar','PageBreak'], // removed 'Image', 'Table' from front
+ ['Table', 'Rule', 'Smiley','SpecialChar','PageBreak'], // removed 'Image', 'Table' from front
['TextColor','BGColor'],
['Style','FontFormat','FontName','FontSize'],
['FitWindow','-','About']