diff --git a/src-ui/src/app/components/document-list/document-list.component.html b/src-ui/src/app/components/document-list/document-list.component.html index ec12ccbf4..a8b6888bf 100644 --- a/src-ui/src/app/components/document-list/document-list.component.html +++ b/src-ui/src/app/components/document-list/document-list.component.html @@ -71,32 +71,33 @@ - + +
- +
- - + + - + - + - - - - + + + + - +
ASNCorrespondentASNCorrespondent TitleDocument typeDocument type CreatedAddedAdded
{{d.archive_serial_number}}{{d.correspondent ? d.correspondent.name : ''}}{{d.title}} - {{d.document_type ? d.document_type.name : ''}}{{d.archive_serial_number}}{{d.correspondent ? d.correspondent.name : ''}}{{d.title}}{{d.document_type ? d.document_type.name : ''}} {{d.created | date}}{{d.added | date}}{{d.added | date}}
diff --git a/src-ui/src/app/components/manage/correspondent-list/correspondent-list.component.html b/src-ui/src/app/components/manage/correspondent-list/correspondent-list.component.html index 6f7a1665f..dc5cd8ae6 100644 --- a/src-ui/src/app/components/manage/correspondent-list/correspondent-list.component.html +++ b/src-ui/src/app/components/manage/correspondent-list/correspondent-list.component.html @@ -4,9 +4,11 @@ - +
+ +
- +
diff --git a/src-ui/src/app/components/manage/document-type-list/document-type-list.component.html b/src-ui/src/app/components/manage/document-type-list/document-type-list.component.html index c239f494f..8ad52667a 100644 --- a/src-ui/src/app/components/manage/document-type-list/document-type-list.component.html +++ b/src-ui/src/app/components/manage/document-type-list/document-type-list.component.html @@ -4,10 +4,12 @@ - + + -
Name
+
diff --git a/src-ui/src/app/components/manage/tag-list/tag-list.component.html b/src-ui/src/app/components/manage/tag-list/tag-list.component.html index 850a41a0c..043bc6c16 100644 --- a/src-ui/src/app/components/manage/tag-list/tag-list.component.html +++ b/src-ui/src/app/components/manage/tag-list/tag-list.component.html @@ -3,32 +3,35 @@ Create - - - -
Name
- - - - - - - - - - - - - - - - - - -
NameColourMatchingDocument countActions
{{ tag.name }}{{ getColor(tag.colour).name }}{{ getMatching(tag) }}{{ tag.document_count }} -
- - -
-
- \ No newline at end of file + +
+ +
+ + + + + + + + + + + + + + + + + + + + +
NameColourMatchingDocument countActions
{{ tag.name }}{{ getColor(tag.colour).name }}{{ getMatching(tag) }}{{ tag.document_count }} +
+ + +
+
\ No newline at end of file