mirror of
https://github.com/silverstripe/silverstripe-dms
synced 2024-10-22 14:05:56 +02:00
d29a115f7b
The add new button wasn't modular so have added a GridField component which can be reused
5 lines
293 B
Scheme
5 lines
293 B
Scheme
<%-- Customised to change the button's link to the DMSDocumentAddController instead of the default --%>
|
|
<a href="$NewLink" class="action action-detail ss-ui-action-constructive ss-ui-button ui-button ui-widget ui-state-default ui-corner-all new new-link" data-icon="add">
|
|
$ButtonName
|
|
</a>
|