[ 1856368 ] Patch for Bug #1856364 Wrong label for First/Last name

git-svn-id: http://scm.dspace.org/svn/repo/trunk@2464 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
Andrea Bollini
2007-12-24 10:11:36 +00:00
parent 9ab3f20879
commit 9e987b6f96
2 changed files with 3 additions and 3 deletions

View File

@@ -117,7 +117,7 @@
<%-- <th class="oddRowEvenCol"><strong><a href="<%= request.getContextPath() %>/dspace-admin/edit-epeople?submit_browse=1&sortby=email">E-mail Address</a></strong></th> --%>
<th id="t2" class="oddRowEvenCol"><strong><a href="<%= request.getContextPath() %>/dspace-admin/edit-epeople?submit_browse=1&sortby=email"><fmt:message key="jsp.dspace-admin.eperson-browse.email"/></a></strong></th>
<%-- <th class="oddRowOddCol"> <strong><a href="<%= request.getContextPath() %>/dspace-admin/edit-epeople?submit_browse=1&sortby=lastname">Last Name</a></strong></th> --%>
<th id="t3" class="oddRowOddCol"> <strong><a href="<%= request.getContextPath() %>/dspace-admin/edit-epeople?submit_browse=1&sortby=lastname"><fmt:message key="jsp.dspace-admin.eperson.general.firstname"/></a></strong></th>
<th id="t3" class="oddRowOddCol"> <strong><a href="<%= request.getContextPath() %>/dspace-admin/edit-epeople?submit_browse=1&sortby=lastname"><fmt:message key="jsp.dspace-admin.eperson.general.lastname"/></a></strong></th>
<%-- <th class="oddRowEvenCol"><strong>First Name</strong></th> --%>
<th id="t4" class="oddRowEvenCol"><strong><fmt:message key="jsp.dspace-admin.eperson.general.lastname"/></strong></th>
<%-- <th class="oddRowOddCol"> <strong>Can Log In?</strong></th> --%>

View File

@@ -135,7 +135,7 @@
<tr>
<%-- <td>Last Name:</td> --%>
<td><label for="tlastname"><fmt:message key="jsp.dspace-admin.eperson.general.firstname"/></label></td>
<td><label for="tlastname"><fmt:message key="jsp.dspace-admin.eperson.general.lastname"/></label></td>
<td>
<input name="lastname" id="tlastname" size="24" value="<%=lastName == null ? "" : lastName%>"/>
</td>
@@ -143,7 +143,7 @@
<tr>
<%-- <td>First Name:</td> --%>
<td><label for="tfirstname"><fmt:message key="jsp.dspace-admin.eperson.general.lastname"/></label></td>
<td><label for="tfirstname"><fmt:message key="jsp.dspace-admin.eperson.general.firstname"/></label></td>
<td>
<input name="firstname" id="tfirstname" size="24" value="<%=firstName == null ? "" : firstName%>"/>
</td>