From 9d362862916925b54dedadcf1091e3a4a68e9e54 Mon Sep 17 00:00:00 2001 From: Will Rossiter Date: Tue, 18 May 2010 23:40:28 +0000 Subject: [PATCH] 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 --- core/model/SiteTree.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/model/SiteTree.php b/core/model/SiteTree.php index ea7963b6f..0da6bee62 100755 --- a/core/model/SiteTree.php +++ b/core/model/SiteTree.php @@ -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', "

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'

")), - new TextareaField("ToDo", "") + new TextareaField("ToDo", "", 10) ), $tabDependent = new Tab('Dependent', $dependentNote,