[LON-CAPA-cvs] cvs: loncom /interface lonpreferences.pm

faziophi faziophi@source.lon-capa.org
Wed, 10 Mar 2010 20:36:01 -0000


faziophi		Wed Mar 10 20:36:01 2010 EDT

  Modified files:              
    /loncom/interface	lonpreferences.pm 
  Log:
  Removes "WYSIWYG Editor" from user preferences page.  It is my understanding that at this point, we do not want a global WYSIWYG preference, preferring "Plain Text" and "Rich Formatting" options on each rich text enabled <textarea>. If we'd like to add this back as a global preference in the future, it is still there behind the scenes and untouched.
  
  bz 6235
  
  
Index: loncom/interface/lonpreferences.pm
diff -u loncom/interface/lonpreferences.pm:1.183 loncom/interface/lonpreferences.pm:1.184
--- loncom/interface/lonpreferences.pm:1.183	Thu Feb  4 10:42:02 2010
+++ loncom/interface/lonpreferences.pm	Wed Mar 10 20:36:01 2010
@@ -1,7 +1,7 @@
 # The LearningOnline Network
 # Preferences
 #
-# $Id: lonpreferences.pm,v 1.183 2010/02/04 10:42:02 bisitz Exp $
+# $Id: lonpreferences.pm,v 1.184 2010/03/10 20:36:01 faziophi Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -1903,13 +1903,6 @@
 		icon => 'preferences-desktop-locale.png',
 		linktitle => 'Choose the default language for this user.'
 	    },
-	    {	linktext => 'WYSIWYG Editor',
-		url => '/adm/preferences?action=changewysiwyg',
-		permission => 'F',
-		#help => '',
-		icon => 'edit-select-all.png',
-		linktitle => 'Enable or disable the WYSIWYG-Editor.'
-	    },
 	    {	linktext => $role.' Page',
 		url => '/adm/preferences?action=changerolespref',
 		permission => 'F',