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:
parent
d566b95530
commit
5e07aff4db
7 changed files with 9 additions and 9 deletions
|
@ -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";
|
||||
}
|
||||
%>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue