BUGFIX: fix missing TabSet template from previous changes and selection group using wrong holder.

This commit is contained in:
Will Rossiter 2012-04-14 22:08:00 +12:00
parent 07d2d5273a
commit 7df26fd702
4 changed files with 3 additions and 3 deletions

View File

@ -73,8 +73,8 @@ class SelectionGroup extends CompositeField {
Requirements::css(SAPPHIRE_DIR . '/css/SelectionGroup.css');
$obj = $properties ? $this->customise($properties) : $this;
return $obj->renderWith($this->getFieldHolderTemplates());
return $obj->renderWith($this->getTemplates());
}
}

View File

@ -80,7 +80,7 @@ class TabSet extends CompositeField {
$obj = $properties ? $this->customise($properties) : $this;
return $obj->renderWith($this->getFieldHolderTemplates());
return $obj->renderWith($this->getTemplates());
}
/**