mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
3831c9b651
(merged from branches/gsoc) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@42137 467b73ca-7a2a-4603-9d3b-597d59a354a9
28 lines
1.1 KiB
Scheme
Executable File
28 lines
1.1 KiB
Scheme
Executable File
<h1><% _t('SITECONT','Site Content') %></h1>
|
|
|
|
<ul id="TreeActions">
|
|
<li class="action" id="addpage"><a href="admin/addpage"><% _t('NEWPAGE','New Page...') %></a></li>
|
|
<li class="action" id="deletepage"><a href="admin/deletepage"><% _t('DELPAGE','Delete Pages...') %></a></li>
|
|
<li class="spacer"></li>
|
|
</ul>
|
|
|
|
<form class="actionparams" id="addpage_options" style="display: none" action="admin/addpage">
|
|
<select name="Type">
|
|
<% control PageTypes %>
|
|
<option value="$ClassName">$AddAction</option>
|
|
<% end_control %>
|
|
</select>
|
|
<input type="hidden" name="ParentID" />
|
|
<input class="action" type="submit" value="<% _t('GO','Go') %>" />
|
|
</form>
|
|
|
|
<form class="actionparams" id="deletepage_options" style="display: none" action="admin/deletepages">
|
|
<p><% _t('SELECTPAGESDEL','Select the pages that you want to delete and then click the button below') %></p>
|
|
|
|
<input type="hidden" name="csvIDs" />
|
|
<input type="submit" value="<% _t('DELPAGES','Delete the selected pages') %>" />
|
|
</form>
|
|
|
|
<div id="sitetree_holder" style="overflow:auto">
|
|
$SiteTreeAsUL
|
|
</div> |