MINOR: added field html to match other fields in the form #3793

This commit is contained in:
Will Rossiter 2009-04-13 21:53:18 +00:00
parent cd9135bc89
commit 87fd643c82

View File

@ -48,7 +48,7 @@ class EditableLiteralField extends EditableFormField {
function createField() {
return new LiteralField("LiteralField[$this->ID]",
"<label class='left'>$this->Title</label><div class='middleColumn literalFieldArea'>". $this->Content."</div>");
"<div class='field text'><label class='left'>$this->Title</label><div class='middleColumn literalFieldArea'>". $this->Content."</div></div>");
}
/**
* Populates the default fields.