Fix for education description fields in extended profile.

This commit is contained in:
Samantha Doherty 2011-03-16 13:05:55 -04:00
parent c99f6f6afc
commit 0666c6f8b2
2 changed files with 1 additions and 1 deletions

View File

@ -55,6 +55,7 @@
float: left;
padding-top: 2px;
padding-bottom: 2px;
max-width: 350px;
}
#profiledetailsettings #content table.extended-profile td {

View File

@ -442,7 +442,6 @@ class ExtendedProfileWidget extends Form
);
$this->out->element('div', 'label', _m('Description'));
$this->out->element('div', 'field', $field['description']);
$this->out->textarea(
$id . '-description',