diff --git a/productMods/edit/forms/addGrantRoleToPerson.jsp b/productMods/edit/forms/addGrantRoleToPerson.jsp index 1da850bc..171e1bed 100644 --- a/productMods/edit/forms/addGrantRoleToPerson.jsp +++ b/productMods/edit/forms/addGrantRoleToPerson.jsp @@ -83,7 +83,7 @@ if ( ((String)request.getAttribute("predicateUri")).endsWith("hasPrincipalInvest - + diff --git a/productMods/edit/forms/addPublicationToPerson.jsp b/productMods/edit/forms/addPublicationToPerson.jsp index bdc30384..427f0fc6 100644 --- a/productMods/edit/forms/addPublicationToPerson.jsp +++ b/productMods/edit/forms/addPublicationToPerson.jsp @@ -227,7 +227,7 @@ SPARQL queries for existing values. --%> -

Create a new publication entry for <%= subjectName %>

+

Create publication entry for <%= subjectName %>

<%@ include file="unsupportedBrowserMessage.jsp" %> diff --git a/productMods/edit/forms/addRoleToPersonTwoStage.jsp b/productMods/edit/forms/addRoleToPersonTwoStage.jsp index 28f31a7e..3140320e 100644 --- a/productMods/edit/forms/addRoleToPersonTwoStage.jsp +++ b/productMods/edit/forms/addRoleToPersonTwoStage.jsp @@ -381,7 +381,7 @@ public static Log log = LogFactory.getLog("edu.cornell.mannlib.vitro.webapp.jsp. - + diff --git a/productMods/edit/forms/newIndividualForm.jsp b/productMods/edit/forms/newIndividualForm.jsp index 648d94ea..9e9c914e 100644 --- a/productMods/edit/forms/newIndividualForm.jsp +++ b/productMods/edit/forms/newIndividualForm.jsp @@ -173,7 +173,7 @@ parameter set up by editRequestDispatch. -

Create a new ${typeName} individual

+

Create a new ${typeName}

" > diff --git a/productMods/edit/forms/organizationHasPositionHistory.jsp b/productMods/edit/forms/organizationHasPositionHistory.jsp index 5eacaf4d..d5194ab8 100644 --- a/productMods/edit/forms/organizationHasPositionHistory.jsp +++ b/productMods/edit/forms/organizationHasPositionHistory.jsp @@ -176,8 +176,8 @@ request.setAttribute("title","Edit position history entry for "+ subject.getName()); submitLabel = "Save changes"; } else { - request.setAttribute("title","Create a new position history entry for " + subject.getName()); - submitLabel = "Create new position history entry"; + request.setAttribute("title","Create position history entry for " + subject.getName()); + submitLabel = "Create position history entry"; } %> diff --git a/productMods/edit/forms/personHasEducationalTraining.jsp b/productMods/edit/forms/personHasEducationalTraining.jsp index 2a055323..98e99444 100644 --- a/productMods/edit/forms/personHasEducationalTraining.jsp +++ b/productMods/edit/forms/personHasEducationalTraining.jsp @@ -351,9 +351,9 @@ the org type still gets asserted. --%> } else { // adding new entry %> - + <%-- NB This will be the button text when Javascript is disabled. --%> - + <% } List customJs = new ArrayList(Arrays.asList("/js/utils.js", diff --git a/productMods/edit/forms/personHasPositionHistory.jsp b/productMods/edit/forms/personHasPositionHistory.jsp index cc8f485e..9649ee34 100644 --- a/productMods/edit/forms/personHasPositionHistory.jsp +++ b/productMods/edit/forms/personHasPositionHistory.jsp @@ -280,7 +280,7 @@ %> - + <%-- NB This will be the button text when Javascript is disabled. --%> <% }