|
From: <hma...@us...> - 2010-01-29 00:59:18
|
Revision: 2086
http://ndlb.svn.sourceforge.net/ndlb/?rev=2086&view=rev
Author: hmazariegos
Date: 2010-01-29 00:59:10 +0000 (Fri, 29 Jan 2010)
Log Message:
-----------
standardize tinymce for mms also adding spellchecking.
Modified Paths:
--------------
portal/ror/plugins/mms_engine/trunk/app/controllers/application_settings_controller.rb
portal/ror/plugins/mms_engine/trunk/app/controllers/copyrights_controller.rb
portal/ror/plugins/mms_engine/trunk/app/controllers/descriptions_controller.rb
portal/ror/plugins/mms_engine/trunk/app/controllers/documents_controller.rb
portal/ror/plugins/mms_engine/trunk/app/controllers/glossaries_controller.rb
portal/ror/plugins/mms_engine/trunk/app/controllers/media_administrative_locations_controller.rb
portal/ror/plugins/mms_engine/trunk/app/controllers/media_controller.rb
portal/ror/plugins/mms_engine/trunk/app/controllers/pictures_controller.rb
portal/ror/plugins/mms_engine/trunk/app/controllers/videos_controller.rb
portal/ror/plugins/mms_engine/trunk/app/views/application_settings/_form.html.erb
portal/ror/plugins/mms_engine/trunk/app/views/copyrights/_form.html.erb
portal/ror/plugins/mms_engine/trunk/app/views/descriptions/_form.html.erb
portal/ror/plugins/mms_engine/trunk/app/views/glossaries/_form.html.erb
portal/ror/plugins/mms_engine/trunk/app/views/media/_form.html.erb
portal/ror/plugins/mms_engine/trunk/app/views/media_administrative_locations/_form.html.erb
Modified: portal/ror/plugins/mms_engine/trunk/app/controllers/application_settings_controller.rb
===================================================================
--- portal/ror/plugins/mms_engine/trunk/app/controllers/application_settings_controller.rb 2010-01-28 20:08:29 UTC (rev 2085)
+++ portal/ror/plugins/mms_engine/trunk/app/controllers/application_settings_controller.rb 2010-01-29 00:59:10 UTC (rev 2086)
@@ -10,7 +10,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'
Modified: portal/ror/plugins/mms_engine/trunk/app/controllers/copyrights_controller.rb
===================================================================
--- portal/ror/plugins/mms_engine/trunk/app/controllers/copyrights_controller.rb 2010-01-28 20:08:29 UTC (rev 2085)
+++ portal/ror/plugins/mms_engine/trunk/app/controllers/copyrights_controller.rb 2010-01-29 00:59:10 UTC (rev 2086)
@@ -10,7 +10,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'
Modified: portal/ror/plugins/mms_engine/trunk/app/controllers/descriptions_controller.rb
===================================================================
--- portal/ror/plugins/mms_engine/trunk/app/controllers/descriptions_controller.rb 2010-01-28 20:08:29 UTC (rev 2085)
+++ portal/ror/plugins/mms_engine/trunk/app/controllers/descriptions_controller.rb 2010-01-29 00:59:10 UTC (rev 2086)
@@ -12,7 +12,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'
Modified: portal/ror/plugins/mms_engine/trunk/app/controllers/documents_controller.rb
===================================================================
--- portal/ror/plugins/mms_engine/trunk/app/controllers/documents_controller.rb 2010-01-28 20:08:29 UTC (rev 2085)
+++ portal/ror/plugins/mms_engine/trunk/app/controllers/documents_controller.rb 2010-01-29 00:59:10 UTC (rev 2086)
@@ -12,7 +12,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'
Modified: portal/ror/plugins/mms_engine/trunk/app/controllers/glossaries_controller.rb
===================================================================
--- portal/ror/plugins/mms_engine/trunk/app/controllers/glossaries_controller.rb 2010-01-28 20:08:29 UTC (rev 2085)
+++ portal/ror/plugins/mms_engine/trunk/app/controllers/glossaries_controller.rb 2010-01-29 00:59:10 UTC (rev 2086)
@@ -10,7 +10,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'
Modified: portal/ror/plugins/mms_engine/trunk/app/controllers/media_administrative_locations_controller.rb
===================================================================
--- portal/ror/plugins/mms_engine/trunk/app/controllers/media_administrative_locations_controller.rb 2010-01-28 20:08:29 UTC (rev 2085)
+++ portal/ror/plugins/mms_engine/trunk/app/controllers/media_administrative_locations_controller.rb 2010-01-29 00:59:10 UTC (rev 2086)
@@ -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'
Modified: portal/ror/plugins/mms_engine/trunk/app/controllers/media_controller.rb
===================================================================
--- portal/ror/plugins/mms_engine/trunk/app/controllers/media_controller.rb 2010-01-28 20:08:29 UTC (rev 2085)
+++ portal/ror/plugins/mms_engine/trunk/app/controllers/media_controller.rb 2010-01-29 00:59:10 UTC (rev 2086)
@@ -12,7 +12,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'
Modified: portal/ror/plugins/mms_engine/trunk/app/controllers/pictures_controller.rb
===================================================================
--- portal/ror/plugins/mms_engine/trunk/app/controllers/pictures_controller.rb 2010-01-28 20:08:29 UTC (rev 2085)
+++ portal/ror/plugins/mms_engine/trunk/app/controllers/pictures_controller.rb 2010-01-29 00:59:10 UTC (rev 2086)
@@ -12,7 +12,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'
Modified: portal/ror/plugins/mms_engine/trunk/app/controllers/videos_controller.rb
===================================================================
--- portal/ror/plugins/mms_engine/trunk/app/controllers/videos_controller.rb 2010-01-28 20:08:29 UTC (rev 2085)
+++ portal/ror/plugins/mms_engine/trunk/app/controllers/videos_controller.rb 2010-01-29 00:59:10 UTC (rev 2086)
@@ -12,7 +12,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'
Modified: portal/ror/plugins/mms_engine/trunk/app/views/application_settings/_form.html.erb
===================================================================
--- portal/ror/plugins/mms_engine/trunk/app/views/application_settings/_form.html.erb 2010-01-28 20:08:29 UTC (rev 2085)
+++ portal/ror/plugins/mms_engine/trunk/app/views/application_settings/_form.html.erb 2010-01-29 00:59:10 UTC (rev 2086)
@@ -5,7 +5,7 @@
height : '270px',
mode : 'textareas',
noneditable_leave_contenteditable : 'true',
-plugins : "example, contextmenu,paste,media,fullscreen,template,noneditable,code, table",
+plugins : "contextmenu,paste,media,fullscreen,template,noneditable, table, spellchecker",
template_external_list_url : '/templates/templates.js',
content_css : '/stylesheets/customtinymce.css',
theme : 'advanced',
@@ -13,7 +13,9 @@
theme_advanced_buttons1 : " fullscreen,separator,bold,italic,underline,strikethrough,separator,undo,redo,separator,link,unlink,template,formatselect, code",
theme_advanced_buttons2 : "cut,copy,paste,separator,pastetext,pasteword,separator,bullist,numlist,outdent,indent,separator,justifyleft,justifycenter,justifyright,justifiyfull,separator,removeformat,charmap",
theme_advanced_buttons3 : "EventButton,HimalayanButton,MapButton,OrgButton,PersonButton,PlaceButton, ProjectButton,RefButton,TibetanButton,TibTextButton, TopicButton ",
-theme_advanced_buttons4 : "tablecontrols",
+theme_advanced_buttons4 : "spellchecker,tablecontrols ",
+spellchecker_languages : "+English=en",
+spellchecker_rpc_url : '/application/spellchecker',
table_styles : "Header 1=header1;Header 2=header2;Header 3=header3",
table_cell_styles : "Header 1=header1;Header 2=header2;Header 3=header3;Table Cell=tableCel1",
table_row_styles : "Header 1=header1;Header 2=header2;Header 3=header3;Table Row=tableRow1",
@@ -151,6 +153,7 @@
});
//]]>
</script>
+
<p>
<b><%= ApplicationSetting.human_attribute_name('title').s %></b><br />
<%= f.text_field :title %>
Modified: portal/ror/plugins/mms_engine/trunk/app/views/copyrights/_form.html.erb
===================================================================
--- portal/ror/plugins/mms_engine/trunk/app/views/copyrights/_form.html.erb 2010-01-28 20:08:29 UTC (rev 2085)
+++ portal/ror/plugins/mms_engine/trunk/app/views/copyrights/_form.html.erb 2010-01-29 00:59:10 UTC (rev 2086)
@@ -5,7 +5,7 @@
height : '270px',
mode : 'textareas',
noneditable_leave_contenteditable : 'true',
-plugins : "example, contextmenu,paste,media,fullscreen,template,noneditable,code, table",
+plugins : "contextmenu,paste,media,fullscreen,template,noneditable, table, spellchecker",
template_external_list_url : '/templates/templates.js',
content_css : '/stylesheets/customtinymce.css',
theme : 'advanced',
@@ -13,7 +13,9 @@
theme_advanced_buttons1 : " fullscreen,separator,bold,italic,underline,strikethrough,separator,undo,redo,separator,link,unlink,template,formatselect, code",
theme_advanced_buttons2 : "cut,copy,paste,separator,pastetext,pasteword,separator,bullist,numlist,outdent,indent,separator,justifyleft,justifycenter,justifyright,justifiyfull,separator,removeformat,charmap",
theme_advanced_buttons3 : "EventButton,HimalayanButton,MapButton,OrgButton,PersonButton,PlaceButton, ProjectButton,RefButton,TibetanButton,TibTextButton, TopicButton ",
-theme_advanced_buttons4 : "tablecontrols",
+theme_advanced_buttons4 : "spellchecker,tablecontrols ",
+spellchecker_languages : "+English=en",
+spellchecker_rpc_url : '/application/spellchecker',
table_styles : "Header 1=header1;Header 2=header2;Header 3=header3",
table_cell_styles : "Header 1=header1;Header 2=header2;Header 3=header3;Table Cell=tableCel1",
table_row_styles : "Header 1=header1;Header 2=header2;Header 3=header3;Table Row=tableRow1",
@@ -151,6 +153,7 @@
});
//]]>
</script>
+
<p>
<%= link_to image_tag(@medium.thumbnail_image.public_filename), medium_path(@medium) %>
</p>
Modified: portal/ror/plugins/mms_engine/trunk/app/views/descriptions/_form.html.erb
===================================================================
--- portal/ror/plugins/mms_engine/trunk/app/views/descriptions/_form.html.erb 2010-01-28 20:08:29 UTC (rev 2085)
+++ portal/ror/plugins/mms_engine/trunk/app/views/descriptions/_form.html.erb 2010-01-29 00:59:10 UTC (rev 2086)
@@ -5,7 +5,7 @@
height : '270px',
mode : 'textareas',
noneditable_leave_contenteditable : 'true',
-plugins : "example, contextmenu,paste,media,fullscreen,template,noneditable,code, table",
+plugins : "contextmenu,paste,media,fullscreen,template,noneditable, table, spellchecker",
template_external_list_url : '/templates/templates.js',
content_css : '/stylesheets/customtinymce.css',
theme : 'advanced',
@@ -13,7 +13,9 @@
theme_advanced_buttons1 : " fullscreen,separator,bold,italic,underline,strikethrough,separator,undo,redo,separator,link,unlink,template,formatselect, code",
theme_advanced_buttons2 : "cut,copy,paste,separator,pastetext,pasteword,separator,bullist,numlist,outdent,indent,separator,justifyleft,justifycenter,justifyright,justifiyfull,separator,removeformat,charmap",
theme_advanced_buttons3 : "EventButton,HimalayanButton,MapButton,OrgButton,PersonButton,PlaceButton, ProjectButton,RefButton,TibetanButton,TibTextButton, TopicButton ",
-theme_advanced_buttons4 : "tablecontrols",
+theme_advanced_buttons4 : "spellchecker,tablecontrols ",
+spellchecker_languages : "+English=en",
+spellchecker_rpc_url : '/application/spellchecker',
table_styles : "Header 1=header1;Header 2=header2;Header 3=header3",
table_cell_styles : "Header 1=header1;Header 2=header2;Header 3=header3;Table Cell=tableCel1",
table_row_styles : "Header 1=header1;Header 2=header2;Header 3=header3;Table Row=tableRow1",
@@ -151,6 +153,7 @@
});
//]]>
</script>
+
<p>
<b><%= Medium.human_name.titleize.s %></b><br />
<%= link_to image_tag(@medium.thumbnail_image.public_filename), medium_path(@medium) %>
Modified: portal/ror/plugins/mms_engine/trunk/app/views/glossaries/_form.html.erb
===================================================================
--- portal/ror/plugins/mms_engine/trunk/app/views/glossaries/_form.html.erb 2010-01-28 20:08:29 UTC (rev 2085)
+++ portal/ror/plugins/mms_engine/trunk/app/views/glossaries/_form.html.erb 2010-01-29 00:59:10 UTC (rev 2086)
@@ -5,7 +5,7 @@
height : '270px',
mode : 'textareas',
noneditable_leave_contenteditable : 'true',
-plugins : "example, contextmenu,paste,media,fullscreen,template,noneditable,code, table",
+plugins : "contextmenu,paste,media,fullscreen,template,noneditable, table, spellchecker",
template_external_list_url : '/templates/templates.js',
content_css : '/stylesheets/customtinymce.css',
theme : 'advanced',
@@ -13,7 +13,9 @@
theme_advanced_buttons1 : " fullscreen,separator,bold,italic,underline,strikethrough,separator,undo,redo,separator,link,unlink,template,formatselect, code",
theme_advanced_buttons2 : "cut,copy,paste,separator,pastetext,pasteword,separator,bullist,numlist,outdent,indent,separator,justifyleft,justifycenter,justifyright,justifiyfull,separator,removeformat,charmap",
theme_advanced_buttons3 : "EventButton,HimalayanButton,MapButton,OrgButton,PersonButton,PlaceButton, ProjectButton,RefButton,TibetanButton,TibTextButton, TopicButton ",
-theme_advanced_buttons4 : "tablecontrols",
+theme_advanced_buttons4 : "spellchecker,tablecontrols ",
+spellchecker_languages : "+English=en",
+spellchecker_rpc_url : '/application/spellchecker',
table_styles : "Header 1=header1;Header 2=header2;Header 3=header3",
table_cell_styles : "Header 1=header1;Header 2=header2;Header 3=header3;Table Cell=tableCel1",
table_row_styles : "Header 1=header1;Header 2=header2;Header 3=header3;Table Row=tableRow1",
@@ -151,6 +153,7 @@
});
//]]>
</script>
+
<p>
<b><%= Glossary.human_attribute_name('title').s %></b><br />
<%= f.text_field :title %>
Modified: portal/ror/plugins/mms_engine/trunk/app/views/media/_form.html.erb
===================================================================
--- portal/ror/plugins/mms_engine/trunk/app/views/media/_form.html.erb 2010-01-28 20:08:29 UTC (rev 2085)
+++ portal/ror/plugins/mms_engine/trunk/app/views/media/_form.html.erb 2010-01-29 00:59:10 UTC (rev 2086)
@@ -5,7 +5,7 @@
height : '270px',
mode : 'textareas',
noneditable_leave_contenteditable : 'true',
-plugins : "example, contextmenu,paste,media,fullscreen,template,noneditable,code, table",
+plugins : "contextmenu,paste,media,fullscreen,template,noneditable, table, spellchecker",
template_external_list_url : '/templates/templates.js',
content_css : '/stylesheets/customtinymce.css',
theme : 'advanced',
@@ -13,7 +13,9 @@
theme_advanced_buttons1 : " fullscreen,separator,bold,italic,underline,strikethrough,separator,undo,redo,separator,link,unlink,template,formatselect, code",
theme_advanced_buttons2 : "cut,copy,paste,separator,pastetext,pasteword,separator,bullist,numlist,outdent,indent,separator,justifyleft,justifycenter,justifyright,justifiyfull,separator,removeformat,charmap",
theme_advanced_buttons3 : "EventButton,HimalayanButton,MapButton,OrgButton,PersonButton,PlaceButton, ProjectButton,RefButton,TibetanButton,TibTextButton, TopicButton ",
-theme_advanced_buttons4 : "tablecontrols",
+theme_advanced_buttons4 : "spellchecker,tablecontrols ",
+spellchecker_languages : "+English=en",
+spellchecker_rpc_url : '/application/spellchecker',
table_styles : "Header 1=header1;Header 2=header2;Header 3=header3",
table_cell_styles : "Header 1=header1;Header 2=header2;Header 3=header3;Table Cell=tableCel1",
table_row_styles : "Header 1=header1;Header 2=header2;Header 3=header3;Table Row=tableRow1",
@@ -151,6 +153,7 @@
});
//]]>
</script>
+
<% klass = @medium.class %>
<p>
<b><%= klass.human_attribute_name('photographer').s %></b><br />
Modified: portal/ror/plugins/mms_engine/trunk/app/views/media_administrative_locations/_form.html.erb
===================================================================
--- portal/ror/plugins/mms_engine/trunk/app/views/media_administrative_locations/_form.html.erb 2010-01-28 20:08:29 UTC (rev 2085)
+++ portal/ror/plugins/mms_engine/trunk/app/views/media_administrative_locations/_form.html.erb 2010-01-29 00:59:10 UTC (rev 2086)
@@ -5,7 +5,7 @@
height : '270px',
mode : 'textareas',
noneditable_leave_contenteditable : 'true',
-plugins : "example, contextmenu,paste,media,fullscreen,template,noneditable,code, table",
+plugins : "contextmenu,paste,media,fullscreen,template,noneditable, table, spellchecker",
template_external_list_url : '/templates/templates.js',
content_css : '/stylesheets/customtinymce.css',
theme : 'advanced',
@@ -13,7 +13,9 @@
theme_advanced_buttons1 : " fullscreen,separator,bold,italic,underline,strikethrough,separator,undo,redo,separator,link,unlink,template,formatselect, code",
theme_advanced_buttons2 : "cut,copy,paste,separator,pastetext,pasteword,separator,bullist,numlist,outdent,indent,separator,justifyleft,justifycenter,justifyright,justifiyfull,separator,removeformat,charmap",
theme_advanced_buttons3 : "EventButton,HimalayanButton,MapButton,OrgButton,PersonButton,PlaceButton, ProjectButton,RefButton,TibetanButton,TibTextButton, TopicButton ",
-theme_advanced_buttons4 : "tablecontrols",
+theme_advanced_buttons4 : "spellchecker,tablecontrols ",
+spellchecker_languages : "+English=en",
+spellchecker_rpc_url : '/application/spellchecker',
table_styles : "Header 1=header1;Header 2=header2;Header 3=header3",
table_cell_styles : "Header 1=header1;Header 2=header2;Header 3=header3;Table Cell=tableCel1",
table_row_styles : "Header 1=header1;Header 2=header2;Header 3=header3;Table Row=tableRow1",
@@ -151,6 +153,7 @@
});
//]]>
</script>
+
<p>
<b><%= Medium.human_name.titleize.s %></b><br />
<%= f.hidden_field :medium_id %>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|