Skip to content
Snippets Groups Projects
Commit 255a25d6 authored by Alex Barth's avatar Alex Barth
Browse files

Make sure that save button always sinks to bottom.

parent 2c5e9991
No related branches found
No related tags found
No related merge requests found
......@@ -200,6 +200,7 @@ function feeds_config_form(&$form_state, $configurable) {
$form['submit'] = array(
'#type' => 'submit',
'#value' => t('Save'),
'#weight' => 100,
);
return $form;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment