merging from rel-1.1-maint branch: removing "new" from form headings in attempt to minimize user confusion. Kept "new" for newIndividualForm.jsp but removed "individual" from tail end of heading. NIHVIVO-1012

This commit is contained in:
nac26 2010-07-26 21:13:30 +00:00
parent d566b95530
commit 5e07aff4db
7 changed files with 9 additions and 9 deletions

View file

@ -351,9 +351,9 @@ the org type still gets asserted. --%>
} else { // adding new entry
%>
<c:set var="editType" value="add" />
<c:set var="title" value="Create a new educational background entry for ${subjectName}" />
<c:set var="title" value="Create educational background entry for ${subjectName}" />
<%-- NB This will be the button text when Javascript is disabled. --%>
<c:set var="submitLabel" value="Create New Educational Background" />
<c:set var="submitLabel" value="Create Educational Background" />
<% }
List<String> customJs = new ArrayList<String>(Arrays.asList("/js/utils.js",