silverstripe-framework/templates/Includes/GridFieldFilterHeader_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
121 B
Scheme

<tr class="filter-header" style="display:none;">
<% loop Fields %>
<th class="extra">$Field</th>
<% end_loop %>
</tr>