Removing 'Modified X days ago by MEMBER' from Document Library
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2013 12:01 PM
I have been trying to find the line that says "Modified X days ago by MEMBER' located right below the title/name of the folder in "Document Library" /share/page/site/resource-library/documentlibrary, could anyone please, let me know where to find that line to remove it, thanks in advance.
Labels:
- Labels:
-
Archive
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2013 12:19 PM
In Alfresco enterprise 4.1.1 it is on line 2626 in documentlist.js
Dan
html = '<span class="item">' + label + this.msg("details." + dateI18N + "-by", $relTime(dateProperty), Alfresco.DocumentList.generateUserLink(this,properties.modifier)) + '</span>';
Dan
