Perl code for user selectable columns in the data table.

This commit is contained in:
Colin Kuskie 2009-01-30 09:21:05 -08:00 committed by Patrick Donelan
parent efe62bae1e
commit bd38691cf0
3 changed files with 12 additions and 3 deletions

View file

@ -139,6 +139,13 @@ our $I18N = {
lastUpdated => 0,
context => q{Button to delete a column, shown in the Edit Schema dialog},
},
"sortable" => {
message => q{sortable},
lastUpdated => 0,
context => q{Whether a column is sortable in the table},
},
};
1;