The radio buttons are unusual in members-update.pl. I would like to suggest that the radio buttons are replaced with buttons below the changes: * Approve * Deny * Cancel (instead of ignore - which is confusing, or just eliminate altogether)
> that the radio buttons are replaced with buttons The controls are radio buttons because the interface was designed to let the user confirm or deny the changes for multiple patrons at once. A regular submit button would reload the page after each patron. > * Cancel (instead of ignore - which is confusing, or just eliminate > altogether) Ignore is important because the person reviewing the list of changes may not want to address it for some reason. "Cancel" implies that the modification request would disappear. Eliminating it might be possible if the radio buttons were converted to submit buttons, but I don't think that's the right choice.
(In reply to Owen Leonard from comment #1) > > that the radio buttons are replaced with buttons > > The controls are radio buttons because the interface was designed to let the > user confirm or deny the changes for multiple patrons at once. A regular > submit button would reload the page after each patron. > > > * Cancel (instead of ignore - which is confusing, or just eliminate > > altogether) > > Ignore is important because the person reviewing the list of changes may not > want to address it for some reason. "Cancel" implies that the modification > request would disappear. > > Eliminating it might be possible if the radio buttons were converted to > submit buttons, but I don't think that's the right choice. I understand. The accordion interface is a little unusual though, and not typical for other bulk modifications that I am aware of. It is also strange to use this method without a confirmation of all the changes being made. But that is beside the point.