mirror of
https://github.com/colymba/GridFieldBulkEditingTools.git
synced 2024-10-22 11:05:57 +02:00
API GridFieldBulkEditingTools component removed
this isn't needed since the HTML Fragment it was creating isn't used anymore
This commit is contained in:
parent
b46196760b
commit
7828354788
@ -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>"
|
||||
);
|
||||
}
|
||||
}
|
@ -1,5 +0,0 @@
|
||||
div#bulkEditTools
|
||||
{
|
||||
margin: 0;
|
||||
text-align: right;
|
||||
}
|
Loading…
Reference in New Issue
Block a user