- Timestamp:
- Dec 22, 2009, 2:33:56 PM (15 years ago)
- Location:
- trunk/grails-app
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/i18n/messages.properties
r238 r239 4 4 5 5 person.personGroups=Person Groups 6 person.personGroups.help=Groups provide no application authorisations and are merely for grouping people for information purposes. Use Ctrl or Shift to select multiple groups. 6 person.personGroups.help= Groups are for grouping people for information purposes. \ 7 For example a person with training in an area can be added to that group and that group assigned to a task. \ 8 This group then provides a record of persons trained in that area. \ 9 Use Ctrl or Shift to select multiple groups. \ 10 Groups provide no application authorisations. 7 11 person.loginName=Login Name 8 12 person.loginName.help=This is the id or name that the person will use to login to the application. … … 12 16 person.lastName.help=The person's real last name. 13 17 person.password=Password 14 person.password.help=The password that the person will use to login to the appl lication (should be changed by them later).18 person.password.help=The password that the person will use to login to the application (should be changed by them later). 15 19 person.isActive=Active 16 20 person.isActive.help=Disable this to prevent a person logging in to the application. -
trunk/grails-app/views/person/edit.gsp
r168 r239 120 120 <g:select id="personGroups" name="personGroups" 121 121 from="${PersonGroup.list()}" 122 optionKey="id" size=" 5" multiple="yes"122 optionKey="id" size="10" multiple="yes" 123 123 value="${person?.personGroups.id}" noSelection="['':'--None--']"/> 124 124 <g:helpBalloon class="helpballoon" code="person.personGroups" />
Note: See TracChangeset
for help on using the changeset viewer.