[If you start working on an issue, please assign it to yourself so others know that issue is in progress.] - [If you finish an issue, please tag it Fixed so that user acceptance testing can be performed. The issue will be closed by the tester.]
Users were having trouble knowing how to view individual participant|family|staff. User did not think to click "edit" because they did not want to edit, just view. (Design decision not to have separate view and edit links, to eliminate a column from the index page lists, and one less View, so really clicking Edit is the way to do it).
Change columns on participant|family|staff Views to say "Edit or View" in the header. [Done]
Change pencil and X icons to be centered under column header, since column header is wider now. Darn CSS voodoo, I can't figure out how to get the darn thing centered! I thought I could just change
background:url(/images/pencil.png) no-repeat top left;
to
background:url(/images/pencil.png) no-repeat top center;
but that did not work.
This is a non-issue now b/c the columns have words (e.g. "delete") in addition to the icons (e.g the trash can icon), then the centering, or lack thereof, is not noticeable.
Users were having trouble knowing how to view individual participant|family|staff. User did not think to click "edit" because they did not want to edit, just view. (Design decision not to have separate view and edit links, to eliminate a column from the index page lists, and one less View, so really clicking Edit is the way to do it).