mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
a6013ed1d0
- The filter panel has been removed in favour of a search menu in the header. - The multi-select component has been updated: - Now called 'Bulk actions' - Styling updated - Added placeholder text / removed redundant option - Now also appears in SiteTree view
12 lines
342 B
Scheme
12 lines
342 B
Scheme
<div id="cms-content-tools-ModelAdmin" class="cms-content-filters">
|
|
<% if $SearchForm %>
|
|
<h3 class="cms-panel-header"><% _t('ModelAdmin_Tools_ss.FILTER', 'Filter') %></h3>
|
|
$SearchForm
|
|
<% end_if %>
|
|
|
|
<% if $ImportForm %>
|
|
<h3 class="cms-panel-header"><% _t('ModelAdmin_Tools_ss.IMPORT', 'Import') %></h3>
|
|
$ImportForm
|
|
<% end_if %>
|
|
</div>
|