mirror of
https://github.com/colymba/GridFieldBulkEditingTools.git
synced 2024-10-22 11:05:57 +02:00
5d0b844592
Fixes several issues with multiple GridFields on a page with actions being applied accross all GridFields
14 lines
418 B
Scheme
14 lines
418 B
Scheme
<tr class="bulkManagerOptions">
|
|
<th class="extra bulkmanagerheading" colspan="$Colspan">
|
|
|
|
$Menu
|
|
<a href="$Button.Link" data-url="$Button.DataURL" class="doBulkActionButton action ss-ui-button cms-panel-link" data-icon="pencil">
|
|
$Button.Label
|
|
</a>
|
|
|
|
|
|
</th>
|
|
<th class="extra bulkmanagerselect">
|
|
<input class="toggleSelectAll" type="checkbox" title="$Select.Label" name="toggleSelectAll" />
|
|
</th>
|
|
</tr> |