silverstripe-framework/templates/SilverStripe/Forms/GridField/GridFieldToolbarHeader.ss
Damian Mooyman 8dd644d25d
API Namespace all classes
Namespace all templates
Move difflib and BBCodeParser2 to thirdparty
Remove deprecated API marked for removal in 4.0
2016-09-08 10:23:17 +12:00

8 lines
300 B
Scheme

<tr class="grid-field__title-row">
<th colspan="$ColumnCount">
<% if $Title %><h2 class="grid-field__title title">$Title</h2><% end_if %>
<div class="pull-xs-right">\$DefineFragment(toolbar-header-right)</div>
<div class="pull-xs-left">\$DefineFragment(toolbar-header-left)</div>
</th>
</tr>