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:
Julian Seidenberg 2012-04-10 15:48:32 +12:00
parent 97482f8664
commit 5a18e3b4d3

View File

@ -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(