From 9069d5ae4602a4504c5de71822ecf5eee2e9ce83 Mon Sep 17 00:00:00 2001 From: Sam Minnee Date: Sat, 27 Jun 2009 07:00:01 +0000 Subject: [PATCH] MINOR #3399: Removed last references to DefaultFieldHolder. git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@80220 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- forms/FieldGroup.php | 2 +- forms/FormField.php | 2 +- templates/DefaultFieldHolder.ss | 8 -------- 3 files changed, 2 insertions(+), 10 deletions(-) delete mode 100644 templates/DefaultFieldHolder.ss diff --git a/forms/FieldGroup.php b/forms/FieldGroup.php index e40165346..27c87d503 100755 --- a/forms/FieldGroup.php +++ b/forms/FieldGroup.php @@ -3,7 +3,7 @@ * Lets you include a nested group of fields inside a template. * This control gives you more flexibility over form layout. * - * Note: the child fields within a field group aren't rendered using DefaultFieldHolder. Instead, + * Note: the child fields within a field group aren't rendered using FieldHolder(). Instead, * SmallFieldHolder() is called, which just prefixes $Field with a