Skip to content

Commit

Permalink
BugID: 673 - Firma Digitale, download variazione
Browse files Browse the repository at this point in the history
  • Loading branch information
mincarnato committed Jul 14, 2011
1 parent 9b4cdda commit 93812f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Expand Up @@ -177,7 +177,7 @@ public void writeToolbar(javax.servlet.jsp.PageContext pageContext)
.getPdgVariazioneDocument()
.getNode()).getName();
if (signedFileName!=null)
toolbar[4]
toolbar[5]
.setHref("doPrint('"
+ JSPUtils
.buildAbsoluteUrl(
Expand All @@ -190,7 +190,8 @@ public void writeToolbar(javax.servlet.jsp.PageContext pageContext)
}
else {
toolbar[1].setHref(null);
toolbar[4].setHref(null);
toolbar[2].setHref(null);
toolbar[5].setHref(null);
}
writeToolbar(pageContext.getOut(), toolbar);
}
Expand Down
Expand Up @@ -36,7 +36,7 @@ Toolbar.sign.accessKey=F
Toolbar.upload.img=img/import24.gif
Toolbar.upload.disabledImg=img/import24.gif
Toolbar.upload.label=<u>U</u>pload <br>Firmato
Toolbar.upload.href=javascript:doPrint()
Toolbar.upload.href=javascript:submitForm('doUpload')
Toolbar.upload.style=width:60px;
Toolbar.upload.enabledProperty=uploadButtonEnabled
Toolbar.upload.title=Upload e invio al protocollo informatico
Expand Down

0 comments on commit 93812f8

Please sign in to comment.