|
From: <hma...@us...> - 2010-01-28 20:08:36
|
Revision: 2085
http://ndlb.svn.sourceforge.net/ndlb/?rev=2085&view=rev
Author: hmazariegos
Date: 2010-01-28 20:08:29 +0000 (Thu, 28 Jan 2010)
Log Message:
-----------
removed non existing tinymce plugin reference admin units.
Modified Paths:
--------------
portal/ror/plugins/mms_engine/trunk/app/controllers/administrative_units_controller.rb
Modified: portal/ror/plugins/mms_engine/trunk/app/controllers/administrative_units_controller.rb
===================================================================
--- portal/ror/plugins/mms_engine/trunk/app/controllers/administrative_units_controller.rb 2010-01-28 20:06:49 UTC (rev 2084)
+++ portal/ror/plugins/mms_engine/trunk/app/controllers/administrative_units_controller.rb 2010-01-28 20:08:29 UTC (rev 2085)
@@ -13,7 +13,7 @@
:theme_advanced_buttons1 => %w{fullscreen separator bold italic underline strikethrough separator undo redo separator link unlink template formatselect code},
:theme_advanced_buttons2 => %w{cut copy paste separator pastetext pasteword separator bullist numlist outdent indent separator justifyleft justifycenter justifyright justifiyfull separator removeformat charmap },
:theme_advanced_buttons3 => [],
- :plugins => %w{contextmenu paste media fullscreen template noneditable code },
+ :plugins => %w{contextmenu paste media fullscreen template noneditable },
:template_external_list_url => '/templates/templates.js',
:noneditable_leave_contenteditable => 'true',
:theme_advanced_blockformats => 'p,h1,h2,h3,h4,h5,h6'
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|