try a wrapper div for training form
This commit is contained in:
parent
bf617fd455
commit
6cabea6ae6
@ -184,10 +184,14 @@ class ActivitySpamPlugin extends Plugin
|
||||
// XXX: show a question-mark or something
|
||||
} else if ($score->is_spam) {
|
||||
$form = new TrainHamForm($out, $notice);
|
||||
$out->elementStart('div', 'notice-options');
|
||||
$form->show();
|
||||
$out->elementEnd('div');
|
||||
} else if (!$score->is_spam) {
|
||||
$form = new TrainSpamForm($out, $notice);
|
||||
$out->elementStart('div', 'notice-options');
|
||||
$form->show();
|
||||
$out->elementEnd('div');
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user