mirror of
https://github.com/colymba/GridFieldBulkEditingTools.git
synced 2024-10-22 11:05:57 +02:00
14 lines
417 B
Scheme
14 lines
417 B
Scheme
|
<tr id="bulkManagerOptions">
|
||
|
<th class="extra bulkmanagerheading" colspan="$Colspan">
|
||
|
|
||
|
$Menu
|
||
|
<a id="doBulkActionButton" href="$Button.Link" data-url="$Button.DataURL" class="action ss-ui-button cms-panel-link" data-icon="pencil">
|
||
|
$Button.Label
|
||
|
</a>
|
||
|
|
||
|
|
||
|
</th>
|
||
|
<th class="extra bulkmanagerselect">
|
||
|
<input id="toggleSelectAll" type="checkbox" title="$Select.Label" name="toggleSelectAll" />
|
||
|
</th>
|
||
|
</tr>
|