role manage ui: MDL-8313 First version of the basic/advanced role define page.

This is being separated from manage.php. This code is only partly working. It displays (most) of a role definition, but does not yet let you save changes. However, I wanted to commit it before going home on Friday night. Since this is new code, it won't break anything.
This commit is contained in:
tjhunt
2008-11-14 11:46:01 +00:00
parent a4df1cbbe5
commit f4acee5d78
5 changed files with 467 additions and 8 deletions
+1 -1
View File
@@ -1185,7 +1185,7 @@ table.explainpermissions .decisive {
table.explainpermissions .overridden {
text-decoration: line-through;
}
#admin-roles-manage .capdefault {
#admin-roles-define .capdefault {
background-color:#dddddd;
border: 1px solid #cecece;
}
+1
View File
@@ -1164,6 +1164,7 @@ table.rolecap label {
table.rolecap .cap-desc .cap-name,
.rolecap .note {
display: block;
padding: 0 0.5em;
}
#admin-roles-override .cell.c1,