diff src/main/webapp/pages/books.jsp @ 41:ba9515f22897

new: topic management and adding sections from searching result into topic
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Thu, 17 Dec 2015 13:44:08 +0100
parents eab47936591a
children e5697f7775b2
line wrap: on
line diff
--- a/src/main/webapp/pages/books.jsp	Mon Dec 07 17:06:57 2015 +0100
+++ b/src/main/webapp/pages/books.jsp	Thu Dec 17 13:44:08 2015 +0100
@@ -39,7 +39,7 @@
 		<input name="bean" type="hidden" value="booksBean" /> 
 					
 		<% if(sessionBean.getUser() == null) { %>
-			<label>You must login!</label>
+			<label class="subTitel">You must login!</label>
 		<% } else {
 			if (sessionBean.getBooksPage().getCompleteBookList() == null){ 
 				sessionBean.getBooksPage().loadParameters(request, response);