mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
Merge pull request #1218 from scott1702/quick-fixes
Increase click-size of multi-selection button
This commit is contained in:
commit
5e9bce0c06
@ -1,8 +1,8 @@
|
||||
<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" />
|
||||
<label for="view-mode-batchactions"><% _t("CMSPagesController_ContentToolbar_ss.MULTISELECT","Multi-selection") %></label>
|
||||
</div>
|
||||
<span class="view-mode-batchactions-label"><% _t("CMSPagesController_ContentToolbar_ss.MULTISELECT","Multi-selection") %></span>
|
||||
</label>
|
||||
|
||||
$BatchActionsForm
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user