mirror of
https://github.com/yiisoft/yii.git
synced 2026-03-03 06:44:07 +01:00
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
* <input name="inputid" id="inputid" type="text" />
|
||||
* <p class="hint">hint text</p>
|
||||
* </div>
|
||||
* <div class="row submit">
|
||||
* <div class="row buttons">
|
||||
* <label for="inputid">xyz</label>
|
||||
* <input name="inputid" id="inputid" type="text" />
|
||||
* <p class="hint">hint text</p>
|
||||
@@ -139,7 +139,7 @@ div.wide form .row
|
||||
clear: left;
|
||||
}
|
||||
|
||||
div.wide form .submit
|
||||
div.wide form .buttons
|
||||
{
|
||||
clear: left;
|
||||
padding-left: 110px;
|
||||
|
||||
@@ -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