Add ability to drag objects from meta boxes and drop them into your menu. Includes multiple-select before dragging. Select all is todo. Checkboxes remain non-JS fallback. props koopersmith, see #13247.

git-svn-id: https://develop.svn.wordpress.org/trunk@14434 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2010-05-04 07:24:49 +00:00
parent 11e0a2e969
commit a87ced35aa
9 changed files with 220 additions and 61 deletions

View File

@@ -2004,13 +2004,11 @@ input#link_url {
border-width: 1px;
}
.nav-menus-php .categorydiv div.tabs-panel,
.nav-menus-php .customlinkdiv div.tabs-panel,
.nav-menus-php .posttypediv div.tabs-panel,
.nav-menus-php .taxonomydiv div.tabs-panel,
.nav-menus-php #linkcategorydiv div.tabs-panel {
.nav-menus-php .taxonomydiv div.tabs-panel {
height: auto;
max-height: 205px;
overflow: visible;
}
div.tabs-panel-active {