* Style refactoring 6
This commit is contained in:
parent
beff8e026f
commit
c096d3b7d8
1 changed files with 2 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue