Skip to content

Instantly share code, notes, and snippets.

@naquad
Created April 4, 2014 17:58
Show Gist options
  • Select an option

  • Save naquad/9979760 to your computer and use it in GitHub Desktop.

Select an option

Save naquad/9979760 to your computer and use it in GitHub Desktop.
$form['actions']['reset'] = array(
'#type' => 'markup',
'#markup' => format_string('<input type="reset" value="@value" class="form-submit" id="edit-reset" />', array(
'@value' => t('Reset')
))
);
$form['actions']['submit'] = array(
'#type' => 'button',
'#value' => t('Import')
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment