changeset 46:6199b0ddac94

minor bug fixed
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Mon, 28 Dec 2015 12:51:45 +0100
parents d3ac905f0277
children ef113c53629b
files src/main/webapp/pages/topicList.jsp
diffstat 1 files changed, 6 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/main/webapp/pages/topicList.jsp	Mon Dec 28 12:44:51 2015 +0100
+++ b/src/main/webapp/pages/topicList.jsp	Mon Dec 28 12:51:45 2015 +0100
@@ -40,10 +40,6 @@
 			
 		%>
 		
-		<% if(sessionBean.getTopicListPage().getCompleteTopicList().isEmpty()) { %>
-			<label class="subTitel">There's no topic in the system!</label>
-		<% } else { %>
-					
 			<div id="dialogCreateTopic" title="Create a New Topic:">
 				<form name="createTopicForm" id="createTopicForm"
 					action="<%= sessionBean.getApplicationBean().getRootServer()%>/proxy.jsp"
@@ -92,6 +88,12 @@
 				</form>
 			</div>	
 		
+		<% if(sessionBean.getTopicListPage().getCompleteTopicList().isEmpty()) { %>
+			<label class="subTitel">There's no topic in the system!</label>
+		<% } else { %>
+					
+			
+		
 			<form name="topicListForm" id="topicListForm" method="post"
 				action="<%=sessionBean.getApplicationBean().getRootServer()%>/proxy.jsp" >
 				<input name="bean" type="hidden" value="topicListBean" />