Changeset 106 for trunk/grails-app/i18n


Ignore:
Timestamp:
Apr 7, 2009, 12:21:23 AM (15 years ago)
Author:
gav
Message:

Some CSS adjustments to text color, img border, remove body height:100%, add buttons input.add to CSS.
Move admin stuff to AppAdmin? to make it very clear that it is not for daily use.
TaskDetailed? list and delete now use the IsActive? attribute.
Remove Task.comment size constraint.
Add more help-ballons to TaskDetailed? create.
Clean loose comments from main.gsp and auth.gsp
Use pretty pictures in TaskDetailed? views instead of Edit and Show words.

File:
1 edited

Legend:

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

    r99 r106  
    55entry.duration=Duration
    66entry.duration.help=The time (hh:mm) booked against this entry for date done.
     7
     8task.assignedPersons=Assigned Persons
     9task.assignedPersons.help=The persons assigned to work on this task during planning along with estimated time.
     10task.description=Task Description
     11task.description.help=Short basic description of the task.
     12task.comment=Task Comment
     13task.comment.help=Long text for additional info, only shown in detail views.
     14task.targetStartDate=Target Start Date
     15task.targetStartDate.help=The date we would like the task to start, set during scheduling.
     16task.targetCompletionDate=Target Completion Date
     17task.targetCompletionDate.help=The date we would like the task to be completed by, set during scheduling.
     18task.leadPerson=Lead Person
     19task.leadPerson.help=The primay contact person.
    720
    821default.doesnt.match.message=Property [{0}] of class [{1}] with value [{2}] does not match the required pattern [{3}]
Note: See TracChangeset for help on using the changeset viewer.