Changeset 239


Ignore:
Timestamp:
Dec 22, 2009, 2:33:56 PM (14 years ago)
Author:
gav
Message:

Update personGroup help definition as per ticket #37.

Location:
trunk/grails-app
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/i18n/messages.properties

    r238 r239  
    44
    55person.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.
     6person.personGroups.help= Groups are for grouping people for information purposes. \
     7For example a person with training in an area can be added to that group and that group assigned to a task. \
     8This group then provides a record of persons trained in that area. \
     9Use Ctrl or Shift to select multiple groups. \
     10Groups provide no application authorisations.
    711person.loginName=Login Name
    812person.loginName.help=This is the id or name that the person will use to login to the application.
     
    1216person.lastName.help=The person's real last name.
    1317person.password=Password
    14 person.password.help=The password that the person will use to login to the appllication (should be changed by them later).
     18person.password.help=The password that the person will use to login to the application (should be changed by them later).
    1519person.isActive=Active
    1620person.isActive.help=Disable this to prevent a person logging in to the application.
  • trunk/grails-app/views/person/edit.gsp

    r168 r239  
    120120                            <g:select id="personGroups" name="personGroups"
    121121                                            from="${PersonGroup.list()}"
    122                                             optionKey="id" size="5" multiple="yes"
     122                                            optionKey="id" size="10" multiple="yes"
    123123                                            value="${person?.personGroups.id}" noSelection="['':'--None--']"/>
    124124                            <g:helpBalloon class="helpballoon" code="person.personGroups" />
Note: See TracChangeset for help on using the changeset viewer.