Can the workflow interface be configured/changed to show the states as elements in a dropdown instead of a list of radio options?

It would make the interface take up a lot less room.

Thanks

Comments

TechnoBuddhist’s picture

Sorted it now.

I've looked at the code and I've changed the workflow_node_form in workflow.module.

Changed: '#type' => 'radios', to '#type' => 'select',

job done.

I know workflow is being dropped into D7, maybe nice to give user a choice between radios or dropdown(altho probably too late for initial D7 release).

crea’s picture

Status: Active » Fixed

AFAIK this can be changed on your site with hook_form_alter() and hacking module code is not good solution if you can't maintain your own version.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

techypaul’s picture

@TechnoBuddhist

AFAIK this can be changed on your site with hook_form_alter() and hacking module code is not good solution if you can't maintain your own version.

Did you do this in the end or just the way you descibe? I would rather use this method so I don't need to worry about keeping up with workflow changes but have no idea how to do it.

Thanks,
Paul.