mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 09:05:53 +00:00
MINOR Using native AddPageOptionsForm rendering in CMSMain_TreeTools.ss
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92717 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
c329a8e30a
commit
8d5dc11aab
@ -19,16 +19,7 @@
|
||||
</ul>
|
||||
|
||||
<div id="TreeActions-create">
|
||||
<% control AddPageOptionsForm %>
|
||||
<form class="actionparams" id="$FormName" action="$FormAction">
|
||||
<% control Fields %>
|
||||
$FieldHolder
|
||||
<% end_control %>
|
||||
<div>
|
||||
<input class="action" type="submit" value="<% _t('GO','Go') %>" />
|
||||
</div>
|
||||
</form>
|
||||
<% end_control %>
|
||||
$AddPageOptionsForm
|
||||
</div>
|
||||
|
||||
<div id="TreeActions-search">
|
||||
|
Loading…
x
Reference in New Issue
Block a user