migrating tinymce to 1.41
This commit is contained in:
parent
2c5d17cb67
commit
cf74e3386a
4 changed files with 11 additions and 22 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue