I'm using the JSTools Tabs module to create tabs for administrative views. I've created a block using pretty much the code that is offered in the Tabs README.txt file. I've added variables for views. for instance:

$view_admin_content = views_build_view('embed', views_get_view('admin_content'), $view_args, true, 25);

The problem is... when the view is a VBO type, after pressing the Submit button, the View changes from mysite.com/dashboard to mysite.com/admin/content/node2?op0=OR&filter0[]=blog&op1=%3D&filter1=**ALL**&op2=%3D&filter2=**ALL**&op3=%3D&filter3=**ALL**

More important than the URL, the lovely JSTools tabs are gone.

Is there some way to modify the Submit button so that it performs the operation, but returns to the tabbed page?

(Is this the appropriate place for this issue?)

CommentFileSizeAuthor
jstools.png8.73 KBmroswell

Comments

infojunkie’s picture

Status: Active » Closed (fixed)

Not supporting D5 anymore.