silverstripe-framework/templates/Includes/GridFieldTitle.ss

3 lines
301 B
Scheme
Raw Normal View History

2012-02-09 04:02:47 +01:00
<tr class="title">
<th colspan="$ColumnCount"><h2>$Title</h2><% if NewEnabled %> <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" data-icon="add"><% _t('GridField.AddNew', 'Add New') %></a><% end_if %></th>
2012-02-09 04:02:47 +01:00
</tr>