2018-02-27 13:28:50 +01:00
|
|
|
<tr class="bulkManagerOptions form--no-dividers">
|
2018-02-27 12:49:51 +01:00
|
|
|
<th colspan="$Colspan">
|
|
|
|
|
2018-02-27 13:28:50 +01:00
|
|
|
$Menu
|
2018-02-27 12:49:51 +01:00
|
|
|
|
2018-02-27 13:28:50 +01:00
|
|
|
<a data-url="$Button.DataURL"
|
|
|
|
data-config="$Button.DataConfig"
|
|
|
|
title="<% _t('GRIDFIELD_BULK_MANAGER.COMPONENT_TITLE', 'Modify one or more entry at a time') %>"
|
|
|
|
class="doBulkActionButton disabled btn btn-outline-secondary">
|
|
|
|
$Button.Label
|
|
|
|
</a>
|
2018-03-14 21:21:54 +01:00
|
|
|
|
|
|
|
<div class="message notice"></div>
|
2018-02-27 13:28:50 +01:00
|
|
|
|
2017-01-25 13:27:11 +01:00
|
|
|
</th>
|
2018-02-27 12:49:51 +01:00
|
|
|
<th>
|
|
|
|
<label class="form-check-label">
|
|
|
|
<input class="no-change-track bulkSelectAll form-check-input"
|
|
|
|
type="checkbox"
|
|
|
|
title="<% _t('GRIDFIELD_BULK_MANAGER.SELECT_ALL_LABEL', '$Select.Label') %>"
|
|
|
|
name="toggleSelectAll" />
|
|
|
|
|
|
|
|
</label>
|
|
|
|
</th>
|
2017-01-25 13:27:11 +01:00
|
|
|
</tr>
|