silverstripe-framework/templates/Includes/GridFieldTitle.ss

3 lines
254 B
Scheme
Raw Normal View History

2012-02-09 04:02:47 +01:00
<tr class="title">
<th colspan="$ColumnCount"><h2>$Title</h2> <a href="$NewLink" class="action ss-ui-action-constructive ss-ui-button ui-button ui-widget ui-state-default ui-corner-all new new-link"><% _t('GridField.AddNew', 'Add New') %></a></th>
2012-02-09 04:02:47 +01:00
</tr>