Skip to content

Commit 1689a10

Browse files
committed
update edit review page
1 parent 32972a0 commit 1689a10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/jsp/editReview.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@
262262
<c:if test="${not managerEdit}">
263263
<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"/>&#160;
264264
<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"/>&#160;
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"/>
266266
</c:if>
267267
<c:if test="${managerEdit}">
268268
<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"/>&#160;

0 commit comments

Comments
 (0)