* Style refactoring 6

This commit is contained in:
Visman 2018-10-22 12:21:36 +07:00
parent beff8e026f
commit c096d3b7d8

View file

@ -71,6 +71,7 @@ trait PostFormTrait
if ($editSubject) {
$fieldset['subject'] = [
'class' => 'w0',
'type' => 'text',
'maxlength' => 70,
'caption' => \ForkBB\__('Subject'),
@ -82,6 +83,7 @@ trait PostFormTrait
}
$fieldset['message'] = [
'class' => 'w0',
'type' => 'textarea',
'caption' => \ForkBB\__('Message'),
'required' => true,