From fbd1170890091a7d12718da54416a92a2aa7ab7e Mon Sep 17 00:00:00 2001 From: Normann Lou Date: Mon, 26 Nov 2007 00:57:03 +0000 Subject: [PATCH] use extraClass instead of ExtraClass in template, thought ExtraClass might also work (haven't check if the variables in ss are case sensitive) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@45614 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- templates/TableField.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/TableField.ss b/templates/TableField.ss index 536cdd1fd..f17d5439e 100755 --- a/templates/TableField.ss +++ b/templates/TableField.ss @@ -41,7 +41,7 @@ <% control Items %> <% control Fields %> - $Field + $Field <% end_control %> $ExtraData <% if Can(delete) %><% _t('DELETE') %><% end_if %>