From 6f4ee0f878686cc85a266d28bebea4b07994996d Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Tue, 25 Aug 2009 08:24:14 +0000 Subject: [PATCH] MINOR Adding $Name css class to every in TableListField_Item.ss to make them referenceable by column in the same way that already works git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@85174 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- templates/Includes/TableListField_Item.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/Includes/TableListField_Item.ss b/templates/Includes/TableListField_Item.ss index d1d0d9804..3b84d6e4f 100755 --- a/templates/Includes/TableListField_Item.ss +++ b/templates/Includes/TableListField_Item.ss @@ -1,7 +1,7 @@ class="$HighlightClasses"<% end_if %>> <% if Markable %>$MarkingCheckbox<% end_if %> <% control Fields %> - $Value + $Value <% end_control %> <% control Actions %>