Bulk delete/activate/deactivate for plugins. Split plugins into active and available lists. Props DD32. see #7091

git-svn-id: http://svn.automattic.com/wordpress/trunk@8049 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan
2008-06-04 18:09:31 +00:00
parent 6aaddbee0a
commit 8377b52dc8
7 changed files with 317 additions and 148 deletions

View File

@@ -415,11 +415,11 @@ input.readonly {
background-color: #fff;
}
#plugins .active {
.plugins .active {
background-color: #BBEEBB;
}
#plugins .togl {
.plugins .togl {
border-right-color: #ccc;
}
@@ -427,7 +427,7 @@ input.readonly {
background-color: #ffffe0;
}
#plugins tr {
.plugins tr {
background-color: #fff;
}

View File

@@ -384,11 +384,11 @@ input.readonly {
background-color: #fff;
}
#plugins .active {
.plugins .active {
background-color: #e7f7d3;
}
#plugins .togl {
.plugins .togl {
border-right-color: #ccc;
}
@@ -396,7 +396,7 @@ input.readonly {
background-color: #ffffe0;
}
#plugins tr {
.plugins tr {
background-color: #fff;
}