| >
<% if (style.isShowModuleDescription()) { %>
<%=manager.getModuleDescription()%>
<% } %>
<% String confName = tab.getConfigurationName();%>
<%
if (tab.isTitleVisible()) {
%>
<% if (style.isShowModuleDescription()) { %> - <% } %>
<%=tab.getTitle()%>
<%
}
%>
<% if (style.isShowRowCountOnTop() && !grouping) { // && grouping
int totalSize = tab.getTotalSize();
int finalIndex = Math.min(totalSize, tab.getFinalIndex());
%>
<% } %>
<% if (manager.getDialogLevel() == 0) { %>
<% } %>
|