mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
59efd280ad
Standardise template locations Move CMSSettingsController class to SiteConfig module Fix CMSMenu behaviour for namespaced admin sections Split classes into one per file Manual fixes and cleanup
12 lines
330 B
Scheme
12 lines
330 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>
|