MINOR Using search parameters in "edit tree" link (which ensures we include decorated parameters like 'locale' from the 'translatable' module)

This commit is contained in:
Ingo Schommer 2012-05-15 21:34:26 +02:00
parent b9cae47135
commit 7b40c5f0a1
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
$AddForm
</div>
<button href="$LinkPages" class="cms-tree-expand-trigger cms-panel-link ss-button" data-icon="pencil">
<button href="$LinkPagesWithSearch" class="cms-tree-expand-trigger cms-panel-link ss-button" data-icon="pencil">
<% _t('CMSMain.EditTree', 'Edit Tree') %>
</button>