[Rt-commit] r17973 - in rt/3.999/branches/merge_to_3.8.2: .
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Wed Jan 28 22:33:49 EST 2009
Author: sunnavy
Date: Wed Jan 28 22:33:49 2009
New Revision: 17973
Modified:
rt/3.999/branches/merge_to_3.8.2/ (props changed)
rt/3.999/branches/merge_to_3.8.2/share/html/Elements/ColumnMap
Log:
r19133 at sunnavys-mb: sunnavy | 2009-01-29 10:17:06 +0800
merged share/html/Elements/ColumnMap
Modified: rt/3.999/branches/merge_to_3.8.2/share/html/Elements/ColumnMap
==============================================================================
--- rt/3.999/branches/merge_to_3.8.2/share/html/Elements/ColumnMap (original)
+++ rt/3.999/branches/merge_to_3.8.2/share/html/Elements/ColumnMap Wed Jan 28 22:33:49 2009
@@ -59,36 +59,37 @@
attribute => 'id',
align => 'right',
value => sub { return $_[0]->id }
+ title => 'id', # loc
},
created => {
attribute => 'Created',
- title => 'Created',
+ title => 'Created', # loc
value => sub { return $_[0]->created_obj->as_string }
},
created_relative => {
attribute => 'Created',
- title => 'Created',
+ title => 'Created', # loc
value => sub { return $_[0]->created_obj->age_as_string }
},
created_by => {
attribute => 'CreatedBy',
- title => 'Created By',
+ title => 'Created By', # loc
value => sub { return $_[0]->creator_obj->name }
},
last_updated => {
attribute => 'last_updated',
- title => 'Last Updated',
+ title => 'Last Updated', # loc
value => sub { return $_[0]->last_updated_obj->as_string }
},
last_updated_relative => {
attribute => 'last_updated',
- title => 'Last Updated',
+ title => 'Last Updated', # loc
value => sub { return $_[0]->last_updated_obj->age_as_string }
},
last_updated_by => {
attribute => 'last_updated_by',
- title => 'Last Updated By',
+ title => 'Last Updated By', # loc
value => sub { return $_[0]->last_updated_by_obj->name }
},
More information about the Rt-commit
mailing list