mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
cb6ec11f1b
Enhancement Tidy up permission icons to new icon library WIP The modal is a short term workaround until the UI is all react based but we wanted to do some cleanup prior to 4 release API Remove ssui.button Enhancement Update buttons to new flat bootstrap style
9 lines
295 B
Scheme
9 lines
295 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 %>
|
|
</div>
|
|
<% end_if %>
|