silverstripe-framework/templates/Includes/GridFieldButtonRow.ss
Naomi Guyer a7336e9dca ENHANCEMENT: Move GridField buttons out of table (fixes 7213)
* Added a separate component to grid field to hold buttons.
* Updated templates for changes
* Updated comments
2012-05-21 14:19:59 +12:00

4 lines
170 B
Scheme

<div class="addNewGridFieldButton">
<div class="left">\$DefineFragment(toolbar-header-left)</div>
<div class="right">\$DefineFragment(toolbar-header-right)</div>
</div>