mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 09:05:53 +00:00
#1495 - Bold the text “Site Content” in the tree
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@43928 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
b6d828a2d6
commit
746ed73fc0
@ -365,7 +365,7 @@ abstract class LeftAndMain extends Controller {
|
||||
if($this->hasMethod('getCMSTreeTitle')) $treeTitle = $this->getCMSTreeTitle();
|
||||
else $treeTitle = _t('LeftAndMain.SITECONTENTLEFT',"Site Content",PR_HIGH,'Root node on left');
|
||||
|
||||
$siteTree = "<ul id=\"sitetree\" class=\"tree unformatted\"><li id=\"record-0\" class=\"Root nodelete\"><a href=\"$rootLink\">$treeTitle</a>"
|
||||
$siteTree = "<ul id=\"sitetree\" class=\"tree unformatted\"><li id=\"record-0\" class=\"Root nodelete\"><a href=\"$rootLink\"><strong>$treeTitle</strong></a>"
|
||||
. $siteTree . "</li></ul>";
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user