ConfigForm: no more need to manually move buttons
This commit is contained in:
parent
b39cdccb33
commit
1eb123931c
|
@ -98,7 +98,6 @@ class ConfigForm extends QuickForm
|
|||
array('data-base-target' => '_main')
|
||||
);
|
||||
$this->addHtmlHint(sprintf($hint, $link));
|
||||
$this->moveSubmitToBottom();
|
||||
}
|
||||
|
||||
} catch (Exception $e) {
|
||||
|
@ -117,7 +116,6 @@ class ConfigForm extends QuickForm
|
|||
array('data-base-target' => '_next')
|
||||
);
|
||||
$this->addHtmlHint(sprintf($hint, $link));
|
||||
$this->moveSubmitToBottom();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue