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
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

greggles - January 28, 2009 - 18:13

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

kratib - February 25, 2009 - 05:30
Assigned to:Anonymous» kratib
Status:active» fixed

Fixed in latest dev release. Thanks.

#3

System Message - March 11, 2009 - 05:40
Status:fixed» closed

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

 
 

Drupal is a registered trademark of Dries Buytaert.