trying to fix the new styles which are all broke to hell!!!!

removed convertCarriageReturns from article
added two of the new content items for 7
This commit is contained in:
JT Smith 2006-04-26 01:59:13 +00:00
parent 8e219cdc75
commit ac15407a7e
14 changed files with 373 additions and 354 deletions

View file

@ -21,11 +21,6 @@ our $I18N = {
lastUpdated => 0
},
'11' => {
message => q|(Select "Yes" only if you aren't adding <br> manually.)|,
lastUpdated => 1031514049
},
'71' => {
message => q|<P>Articles are the Swiss Army knife of WebGUI. Most pieces of static content can be added via the Article. Articles are Wobjects, so they inherit the properties of both Wobjects and Assets.
<P>
@ -234,17 +229,6 @@ The URL to view the replies to this article.
lastUpdated => 1031514049
},
'10' => {
message => q|Convert carriage returns?|,
lastUpdated => 1031514049
},
'carriage return description' => {
message => q|
If you're publishing HTML there's generally no need to check this option, but if you aren't using HTML and you want a carriage return every place you hit your "Enter" key, then check this option.|,
lastUpdated => 1119066524
},
};