Wysiwyg 6.x-2.x, xxxx-xx-xx
---------------------------
+#696040 by Dave Reid: Fixed missing Cancel link on profile form.
#594322 by TwoD: Added insert method for NicEdit.
#659200 by TwoD: Fixed YUI Editor content lost in IE.
#594928 by ericbellot, TwoD, sun: Fixed 'attribs' button missing in TinyMCE.
$form['submit'] = array(
'#type' => 'submit',
'#value' => t('Save'),
+ '#weight' => 100,
+ );
+ $form['cancel'] = array(
+ '#value' => l(t('Cancel'), 'admin/settings/wysiwyg'),
+ '#weight' => 110,
);
return $form;