mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
#1959 - You can't reorganise pages without creating pages
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@47848 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
7d00a996b4
commit
fc1ba512b9
@ -1,6 +1,5 @@
|
||||
#left form.actionparams {
|
||||
background: #ccc;
|
||||
border-bottom: 1px solid #eee;
|
||||
padding: 3px 5px;
|
||||
}
|
||||
#left form.actionparams input,
|
||||
@ -363,4 +362,10 @@ ul.tree li.untranslated a:visited {
|
||||
}
|
||||
#LangSelector_holder.onelang {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
#SortItems {
|
||||
border-bottom: 1px solid #cccccc;
|
||||
background: #CCCCCC none repeat scroll 0%;
|
||||
padding: 3px 0 3px 7px;
|
||||
}
|
||||
|
@ -34,12 +34,6 @@
|
||||
<div>
|
||||
<input class="action" type="submit" value="<% _t('GO','Go') %>" />
|
||||
</div>
|
||||
<div class="field dropdown nolabel" style="margin-top: 4px;">
|
||||
<span class="middleColumn">
|
||||
<input type="checkbox" id="sortitems" /> <label for="sortitems"><% _t('ENABLEDRAGGING','Allow drag & drop reordering', PR_HIGH) %></label>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
</form>
|
||||
<% end_control %>
|
||||
<form class="actionparams" style="display: none" id="search_options" action="admin/filterSiteTree">
|
||||
@ -87,7 +81,9 @@
|
||||
</div>
|
||||
</form>
|
||||
<% end_control %>
|
||||
|
||||
<div id="SortItems">
|
||||
<input type="checkbox" id="sortitems" /> <label for="sortitems"><% _t('ENABLEDRAGGING','Allow drag & drop reordering', PR_HIGH) %></label>
|
||||
</div>
|
||||
<div id="sitetree_ul">
|
||||
$SiteTreeAsUL
|
||||
</div>
|
||||
@ -167,4 +163,4 @@
|
||||
<div class="unitBody">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user