Details
Description
In CiviHR's "View Contact" screen, we want each table (in each tab) to display links to file attachments using paperclip icons. In general, the goal is to display as follows:
- Add a column on the right of the table (before the action links). Put icons in this column.
- Every attached file should have 1 icon. If there are 0 files, then 0 icons. If there are 3 files, then 3 icons.
- The icon should link directly to the file.
- The mouseover effect (eg HTML title) for each icon should indicate the file name.
This UI needs to be implemented in two distinct ways. (To the extent that code can be shared, that's great, but it's not critical.)
1. Update the the "Notes" tab.
2. Update the CiviHR profiles ("Identification", "Immigration", etc) so that the "Evidence"/"File" field is included in the table. Update core so that "File" fields are displayed as paperclip icons.
Attachments
Issue Links
- is blocked by
-
CRM-14063 Paperclip Icon missing from Note comments
- Done/Fixed