Finished icon cleanup from FontAwesome upgrade. Changed default form style to basic rather than horizontal for a much cleaner, uncluttered look, especially in dialog boxes. Group Edit dialog is starting to function. Added support for Tabs in form generator.

This commit is contained in:
Chris Houseknecht
2013-12-28 19:45:51 +00:00
parent 0b7d3999d2
commit 5c42b88e27
22 changed files with 487 additions and 373 deletions

View File

@@ -66,11 +66,6 @@ angular.module('UserFormDefinition', [])
awRequiredWhen: { variable: "not_ldap_user", init: true },
autocomplete: false
},
ldap_user: {
label: 'Created by LDAP?',
type: 'checkbox',
readonly: true
},
password: {
label: 'Password',
type: 'password',
@@ -91,13 +86,18 @@ angular.module('UserFormDefinition', [])
autocomplete: false
},
is_superuser: {
label: 'Superuser?',
label: 'Superuser (User has full system administration privileges.)',
type: 'checkbox',
trueValue: 'true',
falseValue: 'false',
"default": 'false',
ngShow: "current_user['is_superuser'] == true"
}
},
ldap_user: {
label: 'Created by LDAP',
type: 'checkbox',
readonly: true
},
},
buttons: { //for now always generates <button> tags