Blame view

framework/templates/Includes/GridFieldToolbarHeader.ss 236 Bytes
0084d336   Administrator   Importers CRUD
1
2
3
4
5
6
7
  <tr class="title">
  	<th colspan="$ColumnCount">
  		<% if $Title %><h2>$Title</h2><% end_if %>
  		<div class="right">\$DefineFragment(toolbar-header-right)</div>
  		<div class="left">\$DefineFragment(toolbar-header-left)</div>
  	</th>
  </tr>