updated rich edit to 1.45

fixed cache privileges problem
added new buttons to rich edit
rich edit now defaults to allow any HTML tags
This commit is contained in:
JT Smith 2005-08-05 22:06:14 +00:00
parent 677558fe71
commit 8a5c997441
9 changed files with 56 additions and 17 deletions

View file

@ -17,13 +17,13 @@ our $I18N = {
lastUpdated => 1115139859,
},
'extended elements' => {
message => q|Extended Valid Elements|,
'elements' => {
message => q|Valid Elements|,
lastUpdated => 1115148094,
},
'extended elements subtext' => {
message => q|<br /> Must appear on one line, no carriage returns.|,
'elements subtext' => {
message => q|<br /> Must appear on one line, no carriage returns, and in the format of tag1[attr1\|attr2],tag2[attr1].|,
lastUpdated => 1115148094,
},
@ -122,6 +122,18 @@ our $I18N = {
message => q|Paste|,
lastUpdated => 1115150778,
},
'pastetext' => {
message => q|Paste as Plain Text|,
lastUpdated => 1115150778,
},
'pasteword' => {
message => q|Paste from Word|,
lastUpdated => 1115150778,
},
'fullscreen' => {
message => q|Fullscreen|,
lastUpdated => 1115150778,
},
'undo' => {
message => q|Undo|,
lastUpdated => 1115150778,
@ -354,8 +366,8 @@ option is set to Yes, then all whitespace entered into the form will be preserve
lastUpdated => 1119584875,
},
'extended elements description' => {
message => q|A list of HTML tags and which elements are allowed inside of them.|,
'elements description' => {
message => q|A list of HTML tags and their attributes that the rich editor will accept. All others will be stripped. To allow anything set it to *[*]. |,
lastUpdated => 1119584875,
},