RFE for making an user's inbox filterable by the person who sent it.

Includes template changes, i18n, help and tests.
This commit is contained in:
Colin Kuskie 2009-05-13 17:20:40 +00:00
commit 385d35c13b
8 changed files with 196 additions and 70 deletions

View file

@ -726,6 +726,18 @@ our $I18N = {
context => "template variable for view inbox template",
},
'userFilter' => {
message => q{A select box form element to filter the list of messages by who sent them.},
lastUpdated => 1235421123,
context => "Description of Inbox setting",
},
'All users' => {
message => q{All users},
lastUpdated => 1235421123,
context => "Default setting for filtering in the Inbox. Short for Show messages from all users.",
},
};
1;