mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
14 lines
459 B
Scheme
14 lines
459 B
Scheme
<% if $SearchForm || $ImportForm %>
|
|
<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>
|
|
<% end_if %>
|