Fix #370 allow sorting declared documents by latest report date

This commit is contained in:
Kijin Sung 2016-12-18 02:13:24 +09:00
parent cd80bcb3a7
commit 7956a878d5
5 changed files with 85 additions and 20 deletions

View file

@ -90,6 +90,9 @@ $lang->default_message_verbs['copy'] = 'copies';
$lang->default_message_verbs['delete'] = 'deletes';
$lang->default_message_verbs['trash'] = 'deletes';
$lang->improper_document_declare = 'Report an improper document';
$lang->original_date = 'Original date';
$lang->declared_count = 'Report count';
$lang->latest_declared_date = 'Last reported date';
$lang->declaring_user = 'Reporter';
$lang->improper_document_declare_reason = 'Reason';
$lang->improper_document_reasons['advertisement'] = 'Advertisements that do not fit the topics or themes.';