mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +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="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