Skip to content

Commit

Permalink
ENHANCEMENT: SSF-124 making the links in the list view ajax history l…
Browse files Browse the repository at this point in the history
…inks, so they don't refresh the whole browser window
  • Loading branch information
Julian Seidenberg committed Apr 10, 2012
1 parent 97482f8 commit 5a18e3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/controllers/CMSMain.php
Expand Up @@ -603,7 +603,7 @@ public function getListView(){
));

$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(
Expand Down

0 comments on commit 5a18e3b

Please sign in to comment.