pnUnpayedInvoicesList.setTableNavigationVisible(false);
pnUnpayedInvoicesList.setMaxTableRow(10);
pnUnpayedInvoicesList.setTitle(JbsL10N.getString("UnpayedInvoices.moduleLongName"));
PnCmsNewsEntryList pnCmsNewsEntryList = new PnCmsNewsEntryList();
pnCmsNewsEntryList.setSearchable(false);
pnCmsNewsEntryList.setToolPaneVisible(false);
pnCmsNewsEntryList.setTableNavigationVisible(false);
pnCmsNewsEntryList.setMaxTableRow(10);
pnCmsNewsEntryList.setTitle(JbsL10N.getString("CmsNews.moduleLongName"));
spSub_2.add(pnUnpayedInvoicesList);
spSub_2.add(pnCmsNewsEntryList);
}