From 59883d77709f308a63a1f7fd5daf62185b2f4b4a Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Fri, 15 Oct 2010 01:26:44 +0000 Subject: [PATCH] MINOR: increased height of the todo text field in the cms (from r105139) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@112441 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 9f4d15085..87f7f426f 100755 --- a/core/model/SiteTree.php +++ b/core/model/SiteTree.php @@ -1816,7 +1816,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,