diff --git a/code/ModelAdmin.php b/code/ModelAdmin.php index 3989c219..86a42824 100755 --- a/code/ModelAdmin.php +++ b/code/ModelAdmin.php @@ -880,7 +880,7 @@ class ModelAdmin_RecordController extends Controller { return $this->parentController->parentController->customise(array( 'Right' => $this->parentController->parentController->customise(array( 'EditForm' => $this->EditForm() - ))->renderWith('ModelAdmin_right') + ))->renderWith(array("{$this->class}_right",'LeftAndMain_right')) ))->renderWith(array('ModelAdmin','LeftAndMain')); return ; }