API GridFieldBulkEditingTools component removed

this isn't needed since the HTML Fragment it was creating isn't used anymore
This commit is contained in:
colymba 2013-04-29 19:06:13 +03:00
parent b46196760b
commit 7828354788
2 changed files with 0 additions and 24 deletions

View File

@ -1,19 +0,0 @@
<?php
/**
* Base Component for all 'GridFieldBulkEditingTools'
* defines the common HTML fragment
*
* @author colymba
* @package GridFieldBulkEditingTools
*/
class GridFieldBulkEditingTools implements GridField_HTMLProvider
{
public function getHTMLFragments($gridField)
{
Requirements::css(BULK_EDIT_TOOLS_PATH . '/css/GridFieldBulkEditingTools.css');
return array(
"after" => "<div id=\"bulkEditTools\">\$DefineFragment(bulk-edit-tools)</div>"
);
}
}

View File

@ -1,5 +0,0 @@
div#bulkEditTools
{
margin: 0;
text-align: right;
}