From 90f2487aa31bf2ec402e0f3f5ff104bc6660895b Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Tue, 1 Nov 2005 20:54:30 +0000 Subject: [PATCH] forward port of branch_6_7 work --- lib/WebGUI/Help/Asset_RichEdit.pm | 10 ++++++++++ lib/WebGUI/i18n/English/Asset_RichEdit.pm | 23 +++++++++++++++++------ 2 files changed, 27 insertions(+), 6 deletions(-) diff --git a/lib/WebGUI/Help/Asset_RichEdit.pm b/lib/WebGUI/Help/Asset_RichEdit.pm index 50fe17f08..639f56949 100644 --- a/lib/WebGUI/Help/Asset_RichEdit.pm +++ b/lib/WebGUI/Help/Asset_RichEdit.pm @@ -31,6 +31,16 @@ our $HELP = { description => 'editor width description', namespace => 'Asset_RichEdit', }, + { + title => 'source editor height', + description => 'source editor height description', + namespace => 'Asset_RichEdit', + }, + { + title => 'source editor width', + description => 'source editor width description', + namespace => 'Asset_RichEdit', + }, { title => 'use br', description => 'use br description', diff --git a/lib/WebGUI/i18n/English/Asset_RichEdit.pm b/lib/WebGUI/i18n/English/Asset_RichEdit.pm index 7148e89f0..7814dd3e3 100644 --- a/lib/WebGUI/i18n/English/Asset_RichEdit.pm +++ b/lib/WebGUI/i18n/English/Asset_RichEdit.pm @@ -372,13 +372,23 @@ option is set to Yes, then all whitespace entered into the form will be preserve }, 'editor height description' => { - message => q|The height of the Rich Editor, in pixels|, - lastUpdated => 1119584875, + message => q|The height of the entire Rich Editor, including editing controls, in pixels|, + lastUpdated => 1130878323, }, 'editor width description' => { - message => q|The width of the Rich Editor, in pixels|, - lastUpdated => 1119584875, + message => q|The width of the entire Rich Editor, including editing controls, in pixels|, + lastUpdated => 1130878326, + }, + + 'source editor height description' => { + message => q|The height of the area in the Rich Editor where the user can enter code, in pixels|, + lastUpdated => 1130877981, + }, + + 'source editor width description' => { + message => q|The width of the area in the Rich Editor where the user can enter code, in pixels|, + lastUpdated => 1130877982, }, 'use br description' => { @@ -407,8 +417,9 @@ option is set to Yes, then all whitespace entered into the form will be preserve }, 'css file description' => { - message => q|Specifies a CSS file used to style the contents of the editor.|, - lastUpdated => 1119584875, + message => q|Specifies a CSS file used to style the contents of the editor. If no CSS file is specified, a + default will be used.|, + lastUpdated => 1130878079, }, 'enable context menu description' => {