diff src/main/webapp/pages/topicList.jsp @ 54:a00efd5d9e77

new: adding delete saved table function
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Thu, 04 Feb 2016 11:30:46 +0100
parents 13555aff1f88
children 95bf4ac726e6
line wrap: on
line diff
--- a/src/main/webapp/pages/topicList.jsp	Mon Feb 01 15:49:48 2016 +0100
+++ b/src/main/webapp/pages/topicList.jsp	Thu Feb 04 11:30:46 2016 +0100
@@ -273,7 +273,7 @@
 							<td>
 								<%if(topic.hasContributor(sessionBean.getUser().getId())){  %>
 									<a href="<%=sessionBean.getApplicationBean().getRootServer() %>/pages/topicPage.jsp?topicId=<%=topic.getId() %>" >
-										<img alt="Manage Topic" src="<%=sessionBean.getApplicationBean().getEditBranchImage()%>"/>
+										<img title="Manage Topic" src="<%=sessionBean.getApplicationBean().getEditBranchImage()%>"/>
 									</a>
 								<% } %>
 								
@@ -281,7 +281,7 @@
 							</td>
 							<td>
 								<%if(topic.hasContributor(sessionBean.getUser().getId())){  %>
-									<input type="image" 
+									<input type="image" title="Delete it"
 										onclick="<%=sessionBean.getApplicationBean().getJSConfirmationDelete() %> deleteTopic('deleteTopic', 'topicListForm', '<%=topic.getId() %>');" 
 										src="<%=sessionBean.getApplicationBean().getDeleteImage()%>"/>
 								<% } %>