mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
Increase click-size of multi-selection button
This commit is contained in:
parent
e570d4a726
commit
bf25dd9492
@ -1,8 +1,8 @@
|
|||||||
<div class="cms-content-batchactions">
|
<div class="cms-content-batchactions">
|
||||||
<div class="view-mode-batchactions-wrapper">
|
<label class="view-mode-batchactions-wrapper">
|
||||||
<input id="view-mode-batchactions" name="view-mode-batchactions" type="checkbox" />
|
<input id="view-mode-batchactions" name="view-mode-batchactions" type="checkbox" />
|
||||||
<label for="view-mode-batchactions"><% _t("CMSPagesController_ContentToolbar_ss.MULTISELECT","Multi-selection") %></label>
|
<span class="view-mode-batchactions-label"><% _t("CMSPagesController_ContentToolbar_ss.MULTISELECT","Multi-selection") %></span>
|
||||||
</div>
|
</label>
|
||||||
|
|
||||||
$BatchActionsForm
|
$BatchActionsForm
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user