diff --git a/src-ui/messages.xlf b/src-ui/messages.xlf index eae2a3bb3..9ab7e46a2 100644 --- a/src-ui/messages.xlf +++ b/src-ui/messages.xlf @@ -1340,7 +1340,7 @@ src/app/components/document-list/document-card-small/document-card-small.component.html - 89 + 88 @@ -1687,6 +1687,10 @@ src/app/components/document-list/bulk-editor/bulk-editor.component.html 57 + + src/app/components/document-list/filter-editor/filter-editor.component.html + 45 + Download originals @@ -1882,6 +1886,10 @@ src/app/components/document-list/document-card-small/document-card-small.component.html 26 + + src/app/components/document-list/document-list.component.html + 173 + Filter by tag @@ -1893,6 +1901,10 @@ src/app/components/document-list/document-card-small/document-card-small.component.html 15 + + src/app/components/document-list/document-list.component.html + 178 + Edit @@ -1902,7 +1914,7 @@ src/app/components/document-list/document-card-small/document-card-small.component.html - 73 + 72 src/app/components/manage/management-list/management-list.component.html @@ -1944,34 +1956,76 @@ 50 - - Score: + + Filter by document type src/app/components/document-list/document-card-large/document-card-large.component.html - 92 + 63 + + + src/app/components/document-list/document-card-small/document-card-small.component.html + 33 + + + src/app/components/document-list/document-list.component.html + 182 + + + + Filter by storage path + + src/app/components/document-list/document-card-large/document-card-large.component.html + 70 + + + src/app/components/document-list/document-card-small/document-card-small.component.html + 40 + + + src/app/components/document-list/document-list.component.html + 187 - Created: + Created: + + src/app/components/document-list/document-card-large/document-card-large.component.html + 85 + src/app/components/document-list/document-card-small/document-card-small.component.html 50 - Added: + Added: + + src/app/components/document-list/document-card-large/document-card-large.component.html + 86 + src/app/components/document-list/document-card-small/document-card-small.component.html 51 - Modified: + Modified: + + src/app/components/document-list/document-card-large/document-card-large.component.html + 87 + src/app/components/document-list/document-card-small/document-card-small.component.html 52 + + Score: + + src/app/components/document-list/document-card-large/document-card-large.component.html + 98 + + Select none @@ -2079,6 +2133,13 @@ 23 + + Edit document + + src/app/components/document-list/document-list.component.html + 177 + + View "" saved successfully. @@ -2093,13 +2154,6 @@ 227 - - Filter storage path - - src/app/components/document-list/filter-editor/filter-editor.component.html - 45 - - Reset filters diff --git a/src-ui/src/app/components/document-list/document-card-large/document-card-large.component.html b/src-ui/src/app/components/document-list/document-card-large/document-card-large.component.html index cbc507de4..87ed56d92 100644 --- a/src-ui/src/app/components/document-list/document-card-large/document-card-large.component.html +++ b/src-ui/src/app/components/document-list/document-card-large/document-card-large.component.html @@ -60,14 +60,14 @@
- -
-
+ +
+ Created: {{ document.created | customDate }} + Added: {{ document.added | customDate }} + Modified: {{ document.modified | customDate }} +
+
+
{{document.created | customDate:'mediumDate'}}
-
Score: diff --git a/src-ui/src/app/components/document-list/document-card-small/document-card-small.component.html b/src-ui/src/app/components/document-list/document-card-small/document-card-small.component.html index 339d04e96..431454fe5 100644 --- a/src-ui/src/app/components/document-list/document-card-small/document-card-small.component.html +++ b/src-ui/src/app/components/document-list/document-card-small/document-card-small.component.html @@ -30,14 +30,14 @@