mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 06:05:56 +00:00
MINOR Removed DuplicatePagesOptionsForm from CMSMain_left.ss (functionality was committed ~2 years ago and never useable - no matching controller actions)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@69745 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
266acd409d
commit
d02401ebda
@ -61,15 +61,6 @@
|
|||||||
$PublishItemsForm
|
$PublishItemsForm
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<% control DuplicatePagesOptionsForm %>
|
|
||||||
<form class="actionparams" id="duplicate_options" style="display: none" action="admin/duplicateSiteTree">
|
|
||||||
<p><% _t('SELECTPAGESDUP','Select the pages that you want to duplicate, whether it\'s children should be included, and where you want the duplicates placed') %></p>
|
|
||||||
<div>
|
|
||||||
<input type="hidden" name="csvIDs" />
|
|
||||||
<input type="submit" value="Duplicate" />
|
|
||||||
</div>
|
|
||||||
</form>
|
|
||||||
<% end_control %>
|
|
||||||
<div id="SortItems">
|
<div id="SortItems">
|
||||||
<input type="checkbox" id="sortitems" /> <label for="sortitems"><% _t('ENABLEDRAGGING','Allow drag & drop reordering', PR_HIGH) %></label>
|
<input type="checkbox" id="sortitems" /> <label for="sortitems"><% _t('ENABLEDRAGGING','Allow drag & drop reordering', PR_HIGH) %></label>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user