44 < label > Select one or more files to link to this content</ label >
55 < div class ="fb-header ">
66 < div class ="fb-header-path ">
7- < div class ="fb-path "
8- ng-class ="{'root':node.model.name == 'ROOT'} "
7+ < div class ="fb-path "
8+ ng-class ="{'root':node.model.name == 'ROOT'} "
99 ng-repeat ="node in documentMgr.currentPath ">
1010 < span class ="fb-path-arrow " ng-if ="node.model.name != 'ROOT' "> ›</ span >
11- < button class ="btn icon-btn " title ="{{ node.model.name }} "
11+ < button class ="btn icon-btn " title ="{{ node.model.name }} "
1212 ng-click ="documentMgr.selectNode(node.model.id) ">
1313 < i class ="glyphicon glyphicon glyphicon-home " ng-if ="node.model.name == 'ROOT' "> </ i >
1414 < span class ="btn-txt " ng-if ="node.model.name != 'ROOT' "> {{ node.model.name }}</ span >
2626 < div class ="spinner-container " ng-show ="documentMgr.busy ">
2727 < div class ="spinner-new rotating "> </ div >
2828 </ div >
29-
29+
3030 <!-- Column Header -->
3131 < div class ="column-header ">
3232 < span class ="col checkbox-col " ng-if ="authentication.user ">
4141 < span > Name</ span >
4242 < span class ="sort-icon " ng-show ="documentMgr.sorting.column === 'name' "> </ span >
4343 </ div >
44- < div class ="col type -col sortable " ng-class ="{'descending': !documentMgr.sorting.ascending} " ng-click ="documentMgr.sortBy('type ') ">
45- < span > Type </ span >
46- < span class ="sort-icon " ng-show ="documentMgr.sorting.column === 'type ' "> </ span >
44+ < div class ="col date -col sortable " ng-class ="{'descending': !documentMgr.sorting.ascending} " ng-click ="documentMgr.sortBy('date ') ">
45+ < span > Uploaded </ span >
46+ < span class ="sort-icon " ng-show ="documentMgr.sorting.column === 'date ' "> </ span >
4747 </ div >
4848 < div class ="col size-col sortable " ng-class ="{'descending': !documentMgr.sorting.ascending} " ng-click ="documentMgr.sortBy('size') ">
4949 < span > Size</ span >
7676 {{ doc.model.name }}
7777 </ span >
7878 </ span >
79- < span class ="col type -col "> ---</ span >
79+ < span class ="col date -col "> ---</ span >
8080 < span class ="col size-col "> ---</ span >
8181 < span class ="col status-col last-col " ng-if ="authentication.user && publishedOnly !== 'true' "> ---</ span >
8282 < div class ="row-actions "> </ div >
102102 {{ doc.displayName | removeExtension }}
103103 </ span >
104104 </ span >
105- < span class ="col type -col "> {{ doc.internalExt }}</ span >
105+ < span class ="col date -col "> {{ doc.dateUploaded | date }}</ span >
106106 < span class ="col size-col "> {{ doc.internalSize | bytes:2 }}</ span >
107107 < span class ="col status-col last-col " ng-if ="authentication.user && publishedOnly !== 'true' ">
108- < span ng-if ="doc.isPublished " title ="Published "> < span class ="glyphicon glyphicon-ok-circle "> </ span > </ span >
108+ < span class ="label label-success " ng-if ="doc.isPublished == true "> PUBLISHED</ span >
109+ < span class ="label label-unpublished " ng-if ="doc.isPublished == false "> UNPUBLISHED</ span >
109110 </ span >
110111 </ span >
111112 </ li >
150151 </ ul >
151152 </ div >
152153 </ div >
153- </ section > <!-- / Linked Files Section -->
154+ </ section > <!-- / Linked Files Section -->
0 commit comments