- WIZARDS = {
- 'same_currency' => {
- :panels => [
- {:panel => 'same_currency.1', :hide_prev => true, :next_panel => 'same_currency.2'},
- # define done action so we see done button and next is hidden
- {:panel => 'same_currency.2', :hide_prev => true, :hide_cancel => true, :special_actions => ['done']}
- ],
- :special_buttons => ['execute'] # cancel, next, done, etc are included always by default
- }
- }