liquid_feedback_frontend
diff app/main/admin/member_edit.lua @ 3:768faea1096d
Version alpha4
Members interested in an issue or supporting an initiative have a weight information attached. Browsing the members causing that weight is possible.
Initiatives may provide a link to an external discussion platform
Direct link on every initiative page to create an alternative initiative
Bugfix: No error when clicking "neutral", when "neutral" is currently selected
Members interested in an issue or supporting an initiative have a weight information attached. Browsing the members causing that weight is possible.
Initiatives may provide a link to an external discussion platform
Direct link on every initiative page to create an alternative initiative
Bugfix: No error when clicking "neutral", when "neutral" is currently selected
author | bsw |
---|---|
date | Mon Nov 30 12:00:00 2009 +0100 (2009-11-30) |
parents | 3bfb2fcf7ab9 |
children | 46351752814f |
line diff
1.1 --- a/app/main/admin/member_edit.lua Mon Nov 23 12:00:00 2009 +0100 1.2 +++ b/app/main/admin/member_edit.lua Mon Nov 30 12:00:00 2009 +0100 1.3 @@ -28,7 +28,6 @@ 1.4 ui.field.password{ label = _"Password", name = "password", value = (member and member.password) and "********" or "" } 1.5 ui.field.boolean{ label = _"Admin?", name = "admin" } 1.6 ui.field.boolean{ label = _"Active?", name = "active" } 1.7 - ui.field.text{ label = _"Ident number", name = "ident_number" } 1.8 ui.submit{ text = _"Save" } 1.9 end 1.10 }