Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
font awesome icons may now be embedded in buttons created by the Form_Button class like so:
$form->addGlobal(new Form_Button( 'remove', 'Remove Something', null, // <= optional link 'fa-trash' // <= optional icon )->addClass('btn-success');