MINOR Don't link tree root node in CMS views, its not editable any longer (replaced by more specialised views with CMSSettingsController and SecurityAdmin->EditForm())

This commit is contained in:
Ingo Schommer 2012-03-12 10:42:07 +01:00
parent 199dd648da
commit 44515f51b6

View File

@ -613,7 +613,7 @@ class LeftAndMain extends Controller implements PermissionProvider {
$treeTitle = '...'; $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>"; . $html . "</li></ul>";
} }