File tree 1 file changed +1
-1
lines changed 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 262
262
<c:if test =" ${ not managerEdit } " >
263
263
<input type =" image" onclick =" javascript:this.style.display = 'none'; this.form.save.value='submit'; this.parentNode.parentNode.target='_self';" src =" <or:text key='editReview.Button.SaveAndCommit.img' />" alt =" <or:text key='editReview.Button.SaveAndCommit.alt' />" border =" 0" />  ;
264
264
<input type =" image" onclick =" javascript:this.style.display = 'none'; this.form.save.value='save'; this.parentNode.parentNode.target='_self';" src =" <or:text key='editReview.Button.SaveForLater.img' />" alt =" <or:text key='editReview.Button.SaveForLater.alt' />" border =" 0" />  ;
265
- <input type =" image" onclick =" this.form.save.value='preview'; this.parentNode.parentNode.target='_blank';" src =" <or:text key='editReview.Button.Preview.img' />" alt =" <or:text key='editReview.Button.Preview.alt' />" border =" 0" />
265
+ <input type =" image" onclick =" javascript: this.form.save.value='preview'; this.parentNode.parentNode.target='_blank';" src =" <or:text key='editReview.Button.Preview.img' />" alt =" <or:text key='editReview.Button.Preview.alt' />" border =" 0" />
266
266
</c:if >
267
267
<c:if test =" ${ managerEdit } " >
268
268
<input type =" image" onclick =" javascript:this.style.display = 'none'; this.form.save.value='save'; this.parentNode.parentNode.target='_self';" src =" <or:text key='btnSaveChanges.img' />" alt =" <or:text key='btnSaveChanges.alt' />" border =" 0" />  ;
You can’t perform that action at this time.
0 commit comments