merge from rel-1.1-maint branch: Add customForm.css NIHVIVO-952
This commit is contained in:
parent
70e58dd4ce
commit
77a4342487
1 changed files with 4 additions and 0 deletions
|
@ -58,6 +58,10 @@ parameter set up by editRequestDispatch.
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
List<String> customCss = new ArrayList<String>(Arrays.asList("/edit/forms/css/customForm.css"
|
||||
));
|
||||
request.setAttribute("customCss", customCss);
|
||||
%>
|
||||
|
||||
<c:set var="typeName" ><%= type.getName() %></c:set>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue