mirror of
https://github.com/colymba/GridFieldBulkEditingTools.git
synced 2024-10-22 11:05:57 +02:00
7221897f27
* Basic SS4 compat: Implemented namespacing, updated some Image manipulations, readmes, composer configuration * Add bootstrap form styles to the bulk manager * API Rename classes to be less confusing with the namespaces
26 lines
1.0 KiB
Scheme
26 lines
1.0 KiB
Scheme
<tr class="bulkManagerOptions">
|
|
<th class="main bulkmanagerheading" colspan="$Colspan">
|
|
<div class="row">
|
|
<p class="title"><% _t('GRIDFIELD_BULK_MANAGER.COMPONENT_TITLE', 'Modify one or more entry at a time.') %></p>
|
|
</div>
|
|
<div class="row">
|
|
<div class="form-inline">
|
|
$Menu
|
|
<a data-url="$Button.DataURL"
|
|
data-config="$Button.DataConfig"
|
|
class="doBulkActionButton btn btn-primary"
|
|
data-icon="$Button.Icon">
|
|
$Button.Label
|
|
</a>
|
|
<label class="form-check-label">
|
|
<input class="no-change-track bulkSelectAll form-check-input"
|
|
type="checkbox"
|
|
title="$Select.Label"
|
|
name="toggleSelectAll" />
|
|
<% _t('GRIDFIELD_BULK_MANAGER.SELECT_ALL_LABEL', '$Select.Label') %>
|
|
</label>
|
|
</div>
|
|
</div>
|
|
</th>
|
|
</tr>
|