Posted by dellintosh on October 15, 2010 at 3:51pm
4 followers
| Project: | Views Bulk Operations (VBO) |
| Version: | 6.x-1.12 |
| Component: | Core |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs review |
Issue Summary
When acting on a form (in this case a table with checkboxes for each row), the action you are performing should follow the selection of the items you wish to act upon.
I have reordered the two form elements so that the table appears before the submit actions; to follow web standards. See attached patch.
| Attachment | Size |
|---|---|
| views_bulk_operations.move_actions_below_table.patch | 1.09 KB |
Comments
#1
Thanks for the patch. However, although it may follow Web standards, it's not necessarily good for usability, especially in the case where the view of items is longer than a page height.
I suggest to add a new option in the VBO style to ask the user whether to place the actions before or after the view items.
#2
#3
The attached patch provides a new option in the VBO configuration whether to display operations above or below the results table.
Thanks!
-dellintosh
#4
update version to reflect where patch was applied to.
#5
Hello,
Is it possible to also show it above AND below? It would be helpful when there are 100+ results on the page.
Thank you!
#6
After applying #3, I see the setting, but it has no effect on where the options show up.
#7
This patch fails when applying it to the current version of VBO.
Is it possible to apply this same functionality in version 6.x-1.12?
Any assistance would be appreciated. Thanks.