From f0b93bff49bdb6a98411a4fd6a7f1462b0514429 Mon Sep 17 00:00:00 2001 From: Randy Posynick Date: Thu, 25 Jan 2018 10:54:06 -0800 Subject: [PATCH] EM-210 Fixed collection document sorting. --- .../client/views/collection-edit.html | 286 +++++++++--------- .../client/views/collection-view.html | 256 ++++++++-------- 2 files changed, 271 insertions(+), 271 deletions(-) diff --git a/modules/collections/client/views/collection-edit.html b/modules/collections/client/views/collection-edit.html index 64b1a68ef..3b77db65b 100644 --- a/modules/collections/client/views/collection-edit.html +++ b/modules/collections/client/views/collection-edit.html @@ -1,151 +1,151 @@
- -
-

Edit Collection

-

Add Collection

-
- - - - - - -
+ +
+

Edit Collection

+

Add Collection

+
+ + + + + +
+
-
-
-
-
-
- - -
-

Name is required.

-
-
-
-
-
- - -
-
-
-
- -
- None {{ collection.date | amDateFormat:'YYYY-MM-DD'}} - -
-
-

Date is required.

-
-
-
+
+
+
+
+
+ + +
+

Name is required.

-
-
- - -
+
+
+
+
+ + +
+
+
+
+ +
+ None {{ collection.date | amDateFormat:'YYYY-MM-DD'}} +
-
+
+

Date is required.

+
+
+
+
+
+
+ + +
+
+ -
-
-
-
-

Main Document

-
- -
-
- - - - - - - - - - - -
{{ d.document.displayName | removeExtension }}{{ d.document.documentDate | amDateFormat:'YYYY-MM-DD' }}{{ d.document.dateUploaded | amDateFormat:'YYYY-MM-DD' }} - PUBLISHED - UNPUBLISHED - - - - -
No document found.
-
-
-
-
-
-
-
-

Other Documents

-
- - -
-
- - - - - - - - - - - -
{{ d.document.displayName | removeExtension }}{{ d.document.documentDate | amDateFormat:'YYYY-MM-DD' }}{{ d.document.dateUploaded | amDateFormat:'YYYY-MM-DD' }} - PUBLISHED - UNPUBLISHED - - - - -
No documents found.
-
-
-
-
-
+
+
+
+
+

Main Document

+
+ +
+
+ + + + + + + + + + + +
{{ d.document.displayName | removeExtension }}{{ d.document.documentDate | amDateFormat:'YYYY-MM-DD' }}{{ d.document.dateUploaded | amDateFormat:'YYYY-MM-DD' }} + PUBLISHED + UNPUBLISHED + + + + +
No document found.
+
+
+
+
+
+
+
+

Other Documents

+
+ + +
+
+ + + + + + + + + + + +
{{ d.document.displayName | removeExtension }}{{ d.document.documentDate | amDateFormat:'YYYY-MM-DD' }}{{ d.document.dateUploaded | amDateFormat:'YYYY-MM-DD' }} + PUBLISHED + UNPUBLISHED + + + + +
No documents found.
+
+
+
+
+
-
+ -
\ No newline at end of file + diff --git a/modules/collections/client/views/collection-view.html b/modules/collections/client/views/collection-view.html index 429c145b2..d53a34322 100644 --- a/modules/collections/client/views/collection-view.html +++ b/modules/collections/client/views/collection-view.html @@ -1,139 +1,139 @@
-

{{ collection.displayName }}

-
- - - - - -
+

{{ collection.displayName }}

+
+ + + + + +
-
-
-
-
- - -
-
-
-
- - -
-
-
-
- - -
-
+
+
+
+
+ + +
+
+
+
+ +
-
-
- - -
+
+
+
+ +
-
+
+
+
+
+ + +
+
+ -
-
-
-

Main Document

-
- -
-
- - - - - - - - - - - -
{{ d.document.displayName | removeExtension }}{{ d.document.documentDate | amDateFormat:'YYYY-MM-DD'}}{{ d.document.dateUploaded | amDateFormat:'YYYY-MM-DD' }} - - {{d.document.isPublished | publishLabel }} - - - - - -
No document found.
-
-
+
+
+
+

Main Document

+
+
-
+
+ + + + + + + + + + + +
{{ d.document.displayName | removeExtension }}{{ d.document.documentDate | amDateFormat:'YYYY-MM-DD'}}{{ d.document.dateUploaded | amDateFormat:'YYYY-MM-DD' }} + + {{d.document.isPublished | publishLabel }} + + + + + +
No document found.
+
+
+ +
-
-
-
-

Other Documents

-
- - -
-
- - - - - - - - - - - -
{{ d.document.displayName | removeExtension }}{{ d.document.documentDate | amDateFormat:'YYYY-MM-DD' }}{{ d.document.dateUploaded | amDateFormat:'YYYY-MM-DD' }} - - {{d.document.isPublished | publishLabel }} - - - - - -
No documents found.
-
-
-
+
+
+
+

Other Documents

+
+ + +
+
+ + + + + + + + + + + +
{{ d.document.displayName | removeExtension }}{{ d.document.documentDate | amDateFormat:'YYYY-MM-DD' }}{{ d.document.dateUploaded | amDateFormat:'YYYY-MM-DD' }} + + {{d.document.isPublished | publishLabel }} + + + + + +
No documents found.
+
-
+ + +
- \ No newline at end of file +