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:
commit
385d35c13b
8 changed files with 196 additions and 70 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue