mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
[ 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:
@@ -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> --%>
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user