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
7 lines
279 B
Scheme
7 lines
279 B
Scheme
<div class="<% if extraClass %>$extraClass<% else %>fieldgroup<% end_if %><% if Zebra %> fieldgroup-zebra<% end_if %>" <% if ID %>id="$ID"<% end_if %>>
|
|
<% loop FieldList %>
|
|
<div class="fieldgroup-field $FirstLast $EvenOdd">
|
|
$SmallFieldHolder
|
|
</div>
|
|
<% end_loop %>
|
|
</div> |