silverstripe-framework/templates/Includes/GridFieldToolbarHeader.ss

5 lines
104 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 %>
</th>
2012-02-09 04:02:47 +01:00
</tr>