NIHVIVO-193 Added cancel action to step 2 of personHasPositionHistory form. There's still a bug with removal of required hints from the #new div that needs to be fixed.

This commit is contained in:
rjy7 2010-03-30 18:16:40 +00:00
parent be786582c1
commit 08544ebc33
2 changed files with 51 additions and 48 deletions

View file

@ -294,8 +294,8 @@
));
request.setAttribute("customJs", customJs);
List<String> customCss = new ArrayList<String>(Arrays.asList("forms/css/customForm.css",
"forms/css/personHasPositionHistory.css"
List<String> customCss = new ArrayList<String>(Arrays.asList("forms/css/customForm.css"
, "forms/css/personHasPositionHistory.css"
));
request.setAttribute("customCss", customCss);
%>