summaryrefslogtreecommitdiffstats
path: root/ipa-server/ipa-gui/ipagui/templates/delegateform.kid
Commit message (Collapse)AuthorAgeFilesLines
* Allow for direct entry of group names when creating delegations.Rob Crittenden2007-12-131-2/+9
| | | | | | | | | This requires a bit of trickery. I use the onblur() javascript function to note when the field is left and store whatever was entered there. Then when the page is submitted if a dn doesn't exist for that field but they did enter something, do a lookup to see if there is a group by that name.
* Fix the UI indicators for mandatory fields.Rob Crittenden2007-12-121-2/+2
| | | | | The source and target groups weren't highlighted but the entire block of checkboxes was and it looked absolutely horrible.
* Add some javascript so we can put focus on the first field of the page.Rob Crittenden2007-12-061-0/+6
|
* Update the UI look and feelRob Crittenden2007-11-011-32/+10
|
* Rename the form fields parameter to be clearer:Kevin McCarthy2007-10-251-12/+12
| | | | | | user -> user_fields group -> group_fields delegate -> delegate_fields
* Add print media CSS. Rename delegation edit button to 'update'.Kevin McCarthy2007-10-171-2/+2
|
* Adds deletion for delegations.Kevin McCarthy2007-10-161-0/+28
| | | | The deletion is only triggered via javascript, so they must hit confirm.
* Fixes to acilist: make use POST, use field labels.Kevin McCarthy2007-10-151-2/+4
|
* Fix list delegations to show field labels.Kevin McCarthy2007-10-151-2/+4
| | | | Also fix script tags on delegateform.kid.
* Rename delegatenewform to delegateform.Kevin McCarthy2007-10-151-0/+173