Skip to content

Commit

Permalink
Corrected an issue around the adding a new site tree element, where t…
Browse files Browse the repository at this point in the history
…he parent ID wasn't correctly carried through.
  • Loading branch information
Nathan Glasl committed Apr 7, 2015
1 parent 5fbef80 commit a3e77f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/CMSPagesController_ContentToolActions.ss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<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>
<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>
<button href="$LinkPagesWithSearch" class="cms-tree-expand-trigger cms-panel-link ss-button" data-icon="pencil">
<% _t('CMSMain.EditTree', 'Edit Tree') %>
</button>
Expand Down

0 comments on commit a3e77f0

Please sign in to comment.