diff src/main/webapp/pages/branchPage.jsp @ 35:89a5ca7d44f7

new: rename branch to task, add fields in task table, add scroll bar
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Thu, 19 Nov 2015 17:14:06 +0100
parents 2e1662afc81c
children ba9515f22897
line wrap: on
line diff
--- a/src/main/webapp/pages/branchPage.jsp	Mon Nov 02 16:05:21 2015 +0100
+++ b/src/main/webapp/pages/branchPage.jsp	Thu Nov 19 17:14:06 2015 +0100
@@ -72,7 +72,7 @@
 		<% } else { %>
 		
 			<% if(sessionBean.getBranchPage().getBranch() != null) { %>
-			<div class="subTitel">Branch Details
+			<div class="subTitel">Task Details
 				<form name="branchForm" action="<%=sessionBean.getApplicationBean().getRootServer()%>/proxy.jsp"
 					method="post">
 					<input name="bean" type="hidden" value="branchBean" />
@@ -108,7 +108,7 @@
 				<input name="bean" type="hidden" value="branchBean" /> 
 				 -->
 				<% if(sessionBean.getBranchPage().getBranch() == null) { %>
-					<label>Branch no found!</label>
+					<label>Task not found!</label>
 				<% } else { %>
 				
 					<table>