getValue ()) || trim ($field->getValue ()) == '') return ' '; if ($field->getStyle () != '') return ''. ($field->getMaxLength () ? Phrase::limit ($field->getValue (), $field->getMaxLength ()) : $field->getValue ()) .''; return $field->getMaxLength () ? Phrase::limit ($field->getValue (), $field->getMaxLength ()) : $field->getValue (); ?>