mirror of
https://github.com/colymba/GridFieldBulkEditingTools.git
synced 2024-10-22 11:05:57 +02:00
f54f0ce223
JS bulk action handling now works for any custom action
13 lines
452 B
Scheme
13 lines
452 B
Scheme
<tr class="bulkManagerOptions">
|
|
<th class="extra bulkmanagerheading" colspan="$Colspan">
|
|
|
|
$Menu
|
|
<a data-url="$Button.DataURL" data-config="$Button.DataConfig" class="doBulkActionButton action ss-ui-button cms-panel-link" data-icon="$Button.Icon">
|
|
$Button.Label
|
|
</a>
|
|
|
|
</th>
|
|
<th class="extra bulkmanagerselect">
|
|
<input id="bulkSelectAll" class="no-change-track" type="checkbox" title="$Select.Label" name="toggleSelectAll" />
|
|
</th>
|
|
</tr> |