mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
458171ff92
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
6 lines
114 B
Scheme
6 lines
114 B
Scheme
<tr class="sortable-header">
|
|
<% loop Fields %>
|
|
<th class="main col-$getName">$Field</th>
|
|
<% end_loop %>
|
|
</tr>
|