diff src/main/webapp/pages/branchPage.jsp @ 62:824b808a7481

improvements and bug fixed
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Mon, 18 Jul 2016 17:35:32 +0200
parents 90d5e86c157d
children b27a99201cbe
line wrap: on
line diff
--- a/src/main/webapp/pages/branchPage.jsp	Wed May 25 11:20:27 2016 +0200
+++ b/src/main/webapp/pages/branchPage.jsp	Mon Jul 18 17:35:32 2016 +0200
@@ -128,18 +128,18 @@
 							<td>
 								<table class="tableComponent">
 									<tr>
-										<td><label>Branch Id</label></td>
+										<td><label>Task Id</label></td>
 										<td><label><%=sessionBean.getBranchPage().getBranch().getId() %></label></td>
 									</tr>
 									<tr>
 										<td><label>Label</label></td>
 										<td>
-											<form name="branchForm"
+											<form name="branchForm1" id="branchForm1"
 												action="<%=sessionBean.getApplicationBean().getRootServer()%>/proxy.jsp"
 												method="post">
 												<input name="bean" type="hidden" value="branchBean" />
 												<input type="text" name="branchLabel" size="60" maxlength="250" value="<%=sessionBean.getBranchPage().getBranch().getLabel() %>" />
-												<input type="image" alt="edit label" onclick="setAction('updateLabel', 'branchForm');" 
+												<input type="image" onclick="setAction('updateLabel', 'branchForm1');" 
 													src="<%=sessionBean.getApplicationBean().getSaveImage()%>" width="15" height="15"/>	
 											
 											</form>