MINOR: increased height of the todo text field in the cms

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@105139 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Will Rossiter 2010-05-18 23:40:28 +00:00 committed by Sam Minnee
parent 3cfc9ed744
commit 9d36286291

View File

@ -1790,7 +1790,7 @@ class SiteTree extends DataObject implements PermissionProvider,i18nEntityProvid
),
$tabToDo = new Tab($this->ToDo ? 'To-do **' : 'To-do',
new LiteralField("ToDoHelp", _t('SiteTree.TODOHELP', "<p>You can use this to keep track of work that needs to be done to the content of your site. To see all your pages with to do information, open the 'Site Reports' window on the left and select 'To Do'</p>")),
new TextareaField("ToDo", "")
new TextareaField("ToDo", "", 10)
),
$tabDependent = new Tab('Dependent',
$dependentNote,