mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 06:05:56 +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>
|
</ul>
|
||||||
|
|
||||||
<div id="TreeActions-create">
|
<div id="TreeActions-create">
|
||||||
<% control AddPageOptionsForm %>
|
$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 %>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="TreeActions-search">
|
<div id="TreeActions-search">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user