Merged from branches/2.2

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@72813 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Sam Minnee 2009-03-10 22:26:22 +00:00
parent 550931c02a
commit 61d312643e
3 changed files with 4 additions and 3 deletions

View File

@ -70,7 +70,7 @@ class CommentAdmin extends LeftAndMain {
$tableFields = array(
"Name" => _t('CommentAdmin.AUTHOR', 'Author'),
"Comment" => _t('CommentAdmin.COMMENT', 'Comment'),
"PageTitle" => _t('CommentAdmin.PAGE', 'Page'),
"Parent.Title" => _t('CommentAdmin.PAGE', 'Page'),
"Created" => _t('CommentAdmin.DATEPOSTED', 'Date Posted')
);

View File

@ -212,4 +212,4 @@ class ReportAdmin extends LeftAndMain {
}
}
?>
?>

View File

@ -41,7 +41,8 @@ if((typeof tinyMCE != 'undefined')) {
safari_warning : false,
relative_urls : true,
verify_html : true,
use_native_selects : true // fancy selects are bug as of SS 2.3.0
use_native_selects : true, // fancy selects are bug as of SS 2.3.0
extended_valid_elements : "img[class|src|alt|title|hspace|vspace|width|height|align|onmouseover|onmouseout|name],iframe[src|name|width|height|align|frameborder|marginwidth|marginheight|scrolling]"
});
}