Commit 721f2718e5e6e94059ca8d2481a33d8d2af66f78

Authored by nbm
1 parent 0be7bfad

Change capitalisation of ScrollingNews to scrollingNews to match

configuration.

SF tracker:	1045195
Submitted by:	Stefano Ciancio (sciancio)


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2948 c91229c3-7414-0410-bfa2-8a42b809f60b
presentation/lookAndFeel/knowledgeTree/dashboardUI.inc
@@ -228,7 +228,7 @@ function renderDashboardNews() { @@ -228,7 +228,7 @@ function renderDashboardNews() {
228 // retrieve all news items 228 // retrieve all news items
229 $aDashboardNews = DashboardNews::getList("active=1"); 229 $aDashboardNews = DashboardNews::getList("active=1");
230 230
231 - if ($default->ScrollingNews) { 231 + if ($default->scrollingNews) {
232 232
233 $sToRender .= "<MARQUEE onmouseover=this.stop() onmouseout=this.start() scrollAmount=1 direction=up width='100%' height='100'>"; 233 $sToRender .= "<MARQUEE onmouseover=this.stop() onmouseout=this.start() scrollAmount=1 direction=up width='100%' height='100'>";
234 $sToRender .= "\t\t\t<table border=\"0\" width=\"100%\">\n"; 234 $sToRender .= "\t\t\t<table border=\"0\" width=\"100%\">\n";