ConfigForm: no more need to manually move buttons

This commit is contained in:
Thomas Gelf 2015-10-16 18:11:39 +02:00
parent b39cdccb33
commit 1eb123931c
1 changed files with 0 additions and 2 deletions

View File

@ -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();
}
}
}