silverstripe-framework/templates/Includes/GridFieldSortableHeader_Row.ss
Naomi Guyer 458171ff92 ENHANCEMENT: Gridfield usability (fixes 7215)
1. Modified gridfield to use default colours
2. Added ability to show and hide the filter
3. Design changes to icons used
4. Gridfield template fixes: Took out broken mark-up from templates
(spans were being inserted inside spans), and adjusted styles. Added
extra class to template
5. Added "filter by ..." placeholder text to input fields
2012-05-16 12:18:23 +12:00

6 lines
114 B
Scheme

<tr class="sortable-header">
<% loop Fields %>
<th class="main col-$getName">$Field</th>
<% end_loop %>
</tr>