mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
ENHANCEMENT: SSF-124 making the links in the list view ajax history links, so they don't refresh the whole browser window
This commit is contained in:
parent
97482f8664
commit
5a18e3b4d3
@ -603,7 +603,7 @@ class CMSMain extends LeftAndMain implements CurrentPageIdentifier, PermissionPr
|
||||
));
|
||||
|
||||
$gridField->setFieldFormatting(array(
|
||||
'getTreeTitle' => '<a href=\"admin/page/edit/show/$ID\">$value</a>'
|
||||
'getTreeTitle' => '<a class=\"cms-panel-link\" href=\"admin/page/edit/show/$ID\">$value</a>'
|
||||
));
|
||||
|
||||
$listview = new Form(
|
||||
|
Loading…
Reference in New Issue
Block a user