NIHVIVO-161 First cut at Image Upload
This commit is contained in:
parent
0a649cf023
commit
020c60d9eb
8 changed files with 7571 additions and 17 deletions
|
@ -685,8 +685,8 @@ public class PropertyEditLinks extends TagSupport{
|
|||
private LinkStruct getImageLink(String subjectUri, String contextPath,
|
||||
String action, String mouseOverText, String text) {
|
||||
LinkStruct ls = new LinkStruct();
|
||||
String url = makeRelativeHref(contextPath + "uploadimages.jsp",
|
||||
"entityUri", subjectUri);
|
||||
String url = makeRelativeHref(contextPath + "uploadImages",
|
||||
"entityUri", subjectUri, "action", action);
|
||||
ls.setHref(url);
|
||||
ls.setType(action);
|
||||
ls.setMouseoverText(mouseOverText);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue