Added names to list of people that a user may edit as on the user account control panel. NIHVIVO-262

This commit is contained in:
bdc34 2010-03-30 13:08:14 +00:00
parent a451740c85
commit 0103ac4713
2 changed files with 6 additions and 2 deletions

View file

@ -63,7 +63,7 @@
<tr><td>User may edit as the following Individuals:</td></tr>
<c:forEach items="${requestScope.mayEditAsStmts }" var="stmt">
<tr>
<td>${stmt.objectURI}</td>
<td>${stmt.object.name}</td>
<c:url var="deleteUrl" value="/edit/editRequestDispatch.jsp">
<c:param name="subjectUri">${user.URI}</c:param>
<c:param name="predicateUri">${requestScope.predicateUri}</c:param>