mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
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:
parent
199dd648da
commit
44515f51b6
@ -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>";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user