silverstripe-framework/templates/Includes/GridFieldToolbarHeader.ss

7 lines
234 B
Scheme
Raw Normal View History

2012-02-09 04:02:47 +01:00
<tr class="title">
<th colspan="$ColumnCount">
<% if Title %><h2>$Title</h2><% end_if %>
<div class="left">\$DefineFragment(toolbar-header-left)</div>
<div class="right">\$DefineFragment(toolbar-header-right)</div>
</th>
2012-02-09 04:02:47 +01:00
</tr>