silverstripe-framework/templates/Includes/GridFieldButtonRow.ss
Naomi Guyer 1747298786 ENHANCEMENT: Make GridFieldButtonRow more adaptable
* Add ability to choose where to put buttons (in buttonRow, toolbar
header, etc)
* Adjust styles to take these changes into account
2012-05-21 14:41:46 +12:00

4 lines
122 B
Scheme

<div class="addNewGridFieldButton">
<div class="left">$LeftFragment</div>
<div class="right">$RightFragment</div>
</div>