Make Batch Actions button look like a button

This commit is contained in:
Andrew Paxley 2021-08-31 11:29:37 +12:00 committed by GitHub
parent 5634173d9b
commit 798df17fa6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
<a class="btn btn-primary cms-content-addpage-button tool-button font-icon-plus" href="$LinkPageAdd" data-url-addpage="{$LinkPageAdd('', 'ParentID=%s')}"><%t SilverStripe\CMS\Controllers\CMSMain.AddNewButton 'Add new' %></a>
<% if $View == 'Tree' %>
<button type="button" class="cms-content-batchactions-button btn btn-secondary tool-button font-icon-check-mark-2 btn--last" data-toolid="batch-actions">
<button type="button" class="cms-content-batchactions-button btn btn-info tool-button font-icon-check-mark-2 btn--last" data-toolid="batch-actions">
<%t SilverStripe\CMS\Controllers\CMSPageHistoryController.MULTISELECT "Batch actions" %>
</button>
<% end_if %>