mirror of
https://github.com/yiisoft/yii.git
synced 2026-03-06 00:04:07 +01:00
This commit is contained in:
@@ -424,7 +424,7 @@ class CForm extends CFormElement implements ArrayAccess
|
||||
$output='';
|
||||
foreach($this->getButtons() as $button)
|
||||
$output.=$this->renderElement($button);
|
||||
return $output!=='' ? "<div class=\"row submit\">".$output."</div>\n" : '';
|
||||
return $output!=='' ? "<div class=\"row buttons\">".$output."</div>\n" : '';
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user