Skip to content

Commit

Permalink
Hide that bogus 'save & finish' button
Browse files Browse the repository at this point in the history
  • Loading branch information
colymba committed Jan 17, 2013
1 parent fa0ace0 commit a0ebac8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/GridFieldBulkImageUpload_Request.php
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ public function index()
->setAttribute('data-url', $this->Link('update'))
->setUseButtonTag(true)
);

/*
if($crumbs && $crumbs->count()>=2)
{
$actions->push(
Expand All @@ -180,7 +180,7 @@ public function index()
->setUseButtonTag(true)
);
}

*/
$actions->push(
FormAction::create('Cancel', 'Cancel & Delete All')
->setAttribute('id', 'bulkImageUploadUpdateCancelBtn')
Expand Down

0 comments on commit a0ebac8

Please sign in to comment.