Fix for Exception namespace & CSS image move

Missing '\\' before Exception
Icon has moved in Framework
This commit is contained in:
Lee Bradley 2017-02-14 17:07:29 +00:00
parent 03b83e538a
commit 1b5e83b7f6
2 changed files with 2 additions and 2 deletions

View File

@ -154,7 +154,7 @@
width: 5px;
height: 11px;
margin: -5px 0 0 -2px;
background-image: url('../../framework/thirdparty/jquery-ui-themes/smoothness/images/ui-icons_222222_256x240.png');
background-image: url('../../framework/admin/thirdparty/jquery-ui-themes/smoothness/images/ui-icons_222222_256x240.png');
background-position: -5px -227px;
}

View File

@ -196,7 +196,7 @@ class GridFieldOrderableRows extends RequestHandler implements
}
}
throw new Exception("Couldn't find the sort field '$field'");
throw new \Exception("Couldn't find the sort field '$field'");
}
public function getURLHandlers($grid)