Last change
on this file since 479 was 66, checked in by Kris Deugau, 14 years ago |
/trunk
Basic group permissions editing functional - enforcing is trivial
- add group now adds the permissions entry. TBD: permission inheritance
- edit group Does The Right Thing(TM) - either editing the existing entry,
or converting an inherited permission group to a separate one. still
needs to rewrite subgroup and contained user inherited permissions
- the HTML permissions table rows have been moved. edit-user should pick
this up, and will require calling the template explicitly so as to show
both the default and custom permissions.
- the list of individual permissions have been moved to a list in DNSDB.pm
code that refers to this should not assume any given length - this makes
adding new permission types (somewhat) easier
Tweak menu group-tree CSS (again) add some (broken) images
- this should probalby revert to an earlier setup that uses an image
as the <li> bullet point rather than pushing the text to the right,
since many (most?) nodes will usually be leaf nodes
HTML changes not validated
|
File size:
112 bytes
|
Line | |
---|
1 | <TMPL_IF add_failed>
|
---|
2 | <TMPL_INCLUDE NAME="newgrp.tmpl">
|
---|
3 | <TMPL_ELSE>
|
---|
4 | <TMPL_INCLUDE NAME="grpman.tmpl">
|
---|
5 | </TMPL_IF>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.