silverstripe-reports/templates/Includes/CMSPagesController_ContentToolbar.ss
2015-06-17 22:12:00 +12:00

9 lines
341 B
Scheme

<div class="cms-content-batchactions">
<label class="view-mode-batchactions-wrapper">
<input id="view-mode-batchactions" name="view-mode-batchactions" type="checkbox" />
<span class="view-mode-batchactions-label"><% _t("CMSPagesController_ContentToolbar_ss.MULTISELECT","Multi-selection") %></span>
</label>
$BatchActionsForm
</div>