mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
06e184a97f
Rearranged the templates around CMSPagesController_ContentToolbar and uncommented the toolbar from the pages list view so the add new button would be included with including actions that aren't applicable to the gridfield. Linked to https://github.com/silverstripe/sapphire/pull/684/commits
5 lines
239 B
Scheme
5 lines
239 B
Scheme
<div class="cms-actions-row">
|
|
<a class="cms-page-add-button ss-ui-button ss-ui-action-constructive" data-icon="add" href="$LinkPageAdd" data-url-addpage="{$LinkPageAdd}?ParentID=%s"><% _t('CMSMain.AddNewButton', 'Add new') %></a>
|
|
</div>
|
|
|