From 11071eabbd56dd6684fa2e849a5e78aa031fcc2e Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Thu, 3 Mar 2011 12:01:32 +1300 Subject: [PATCH] BUGFIX Removed CSS classes duplication in tags in LeftAndMain->getSiteTreeFor(), they're already applied to the parent list element, and confuse the styling of jstree.js --- code/LeftAndMain.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/LeftAndMain.php b/code/LeftAndMain.php index d690ae93..518ed2d1 100644 --- a/code/LeftAndMain.php +++ b/code/LeftAndMain.php @@ -517,7 +517,7 @@ class LeftAndMain extends Controller { // getChildrenAsUL is a flexible and complex way of traversing the tree $titleEval = ' "
  • ID\" data-id=\"$child->ID\" class=\"" . $child->CMSTreeClasses($extraArg) . "\">" . - "Link(),0,-1), "show", $child->ID) . "\" class=\"" . $child->CMSTreeClasses($extraArg) . "\" title=\"' + "Link(),0,-1), "show", $child->ID) . "\" title=\"' . _t('LeftAndMain.PAGETYPE','Page type: ') . '".$child->class."\" >" . ($child->TreeTitle) . ""