optionally hide header/footer/attachments on confirmation screen
greggles - January 28, 2009 - 17:49
| Project: | Views Bulk Operations (VBO) |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | kratib |
| Status: | closed |
Jump to:
Description
I've been doing lots of work recently to strip things away from the confirmation screen. It currently gets the attachments and header and footer added to the page even though those are unlikely to make sense on the confirmation screen.
I think it might be ok to just remove all of these from that page in general, but if some people find them useful then we might need a checkbox for them.

#1
In the case of the header/footer, they can be overridden with:
$view->display_handler->set_option('header', '');$view->display_handler->set_option('footer', '');
#2
Fixed in latest dev release. Thanks.
#3
Automatically closed -- issue fixed for 2 weeks with no activity.