Add an extension hook for the batch actions form.

This commit is contained in:
Andrew Short 2013-09-27 15:46:01 +10:00
parent debd81d380
commit 9e984b8c99

View File

@ -1379,7 +1379,8 @@ class LeftAndMain extends Controller implements PermissionProvider {
);
$form->addExtraClass('cms-batch-actions nostyle');
$form->unsetValidator();
$this->extend('updateBatchActionsForm', $form);
return $form;
}