Skip to content

Commit

Permalink
MINOR Don't link tree root node in CMS views, its not editable any lo…
Browse files Browse the repository at this point in the history
…nger (replaced by more specialised views with CMSSettingsController and SecurityAdmin->EditForm())
  • Loading branch information
chillu committed Mar 12, 2012
1 parent 199dd64 commit 44515f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/code/LeftAndMain.php
Expand Up @@ -613,7 +613,7 @@ function getSiteTreeFor($className, $rootID = null, $childrenMethod = null, $num
$treeTitle = '...';
}

$html = "<ul><li id=\"record-0\" data-id=\"0\" class=\"Root nodelete\"><a href=\"$rootLink\"><strong>$treeTitle</strong></a>"
$html = "<ul><li id=\"record-0\" data-id=\"0\" class=\"Root nodelete\"><strong>$treeTitle</strong>"
. $html . "</li></ul>";
}

Expand Down

0 comments on commit 44515f5

Please sign in to comment.