From b1ee36e3aa593884c208d005aac21bd840221908 Mon Sep 17 00:00:00 2001 From: martimiz Date: Wed, 8 Aug 2012 17:30:20 +0200 Subject: [PATCH] Fix: display the correct (menu) icon in the GridFieldDetailForm's breadcrumbs. In CMSBreadcrumbs.ss the (TopLevel)Controller is not recognized within the Breadcrumbs loop, so the class that is used in css to style the icon cannot be created. Moving the construction outside the loop will remedy this. As far as I can see this works within the CMS. --- admin/templates/CMSBreadcrumbs.ss | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/admin/templates/CMSBreadcrumbs.ss b/admin/templates/CMSBreadcrumbs.ss index 92ad8ea6a..e5ddd23bd 100644 --- a/admin/templates/CMSBreadcrumbs.ss +++ b/admin/templates/CMSBreadcrumbs.ss @@ -1,22 +1,19 @@