migrating tinymce to 1.41

This commit is contained in:
JT Smith 2005-02-12 15:45:17 +00:00
parent 2c5d17cb67
commit cf74e3386a
4 changed files with 11 additions and 22 deletions

View file

@ -1151,8 +1151,8 @@ sub HTMLArea {
$var{"form.".$_} = $params->{$_} unless (ref $params->{$_});
}
# Textarea field
$rows = $params->{rows} || ($session{setting}{textAreaRows}+15);
$columns = $params->{columns} || ($session{setting}{textAreaCols}+5);
$rows = $params->{rows} || ($session{setting}{textAreaRows}+20);
$columns = $params->{columns} || ($session{setting}{textAreaCols}+10);
$var{textarea} = textarea({
name=>$params->{name},
value=>$params->{value},

View file

@ -102,15 +102,10 @@ sub www_editSettings {
-value=>$session{setting}{metaDataEnabled}
);
# user interface settings
$tabform->getTab("ui")->yesNo(
-name=>"sharedClipboard",
-label=>$i18n->get(947),
-value=>$session{setting}{sharedClipboard}
);
$tabform->getTab("ui")->yesNo(
-name=>"sharedTrash",
-label=>$i18n->get(946),
-value=>$session{setting}{sharedTrash}
$tabform->getTab("ui")->text(
-name=>"richEditCss",
-label=>"Rich Edit CSS URL",
-value=>$session{setting}{richEditCss}
);
$tabform->getTab("ui")->integer(
-name=>"textAreaRows",

View file

@ -2171,11 +2171,6 @@ will be modified to make it unique.|,
lastUpdated => 1031514049
},
'947' => {
message => q|Use shared clipboard?|,
lastUpdated => 1052850265
},
'810' => {
message => q|send|,
lastUpdated => 1037579743
@ -2651,11 +2646,6 @@ One package that many people create is a Page/Article package. It is often the c
lastUpdated => 1066073289
},
'946' => {
message => q|Use shared trash?|,
lastUpdated => 1052850265
},
'1005' => {
message => q|SQL Query|,
lastUpdated => 1057208065