comparison src/main/webapp/componentes/template.jsp @ 36:eab47936591a

apply scrollbar to other tables as well
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Fri, 20 Nov 2015 11:53:29 +0100
parents 89a5ca7d44f7
children 37840afb7b80
comparison
equal deleted inserted replaced
35:89a5ca7d44f7 36:eab47936591a
4 <% if(sessionBean.getMsgList() != null && !sessionBean.getMsgList().isEmpty()) { %> 4 <% if(sessionBean.getMsgList() != null && !sessionBean.getMsgList().isEmpty()) { %>
5 <script> 5 <script>
6 $(function() { 6 $(function() {
7 $( "#msgDialog" ).dialog(); 7 $( "#msgDialog" ).dialog();
8 }); 8 });
9
9 </script> 10 </script>
10 11
11 <div id="msgDialog" title="Message"> 12 <div id="msgDialog" title="Message">
12 <table> 13 <table>
13 <% for(String msg : sessionBean.getMsgList()) { %> 14 <% for(String msg : sessionBean.getMsgList()) { %>