Commit 16233e80df0d07750320f2ade21963660184e1b9
1 parent
b8583104
changed heading colour (#2538)
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2095 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
presentation/lookAndFeel/knowledgeTree/dashboardUI.inc
| ... | ... | @@ -195,7 +195,7 @@ function renderDependantDocuments($aDependantDocumentList) { |
| 195 | 195 | function renderQuickLinks($aQuickLinks) { |
| 196 | 196 | global $default; |
| 197 | 197 | $sToRender .= "\t\t\t<tr align=\"left\" bgcolor=\"#9D9D7F\">\n"; |
| 198 | - $sToRender .= "\t\t\t\t<th class=\"sectionHeading\">Quick Links</th>\n"; | |
| 198 | + $sToRender .= "\t\t\t\t<th class=\"sectionHeading\"><font color=\"ffffff\">Quick Links</font></th>\n"; | |
| 199 | 199 | $sToRender .= "\t\t\t</tr>\n"; |
| 200 | 200 | for ($i = 0; $i < count($aQuickLinks); $i++) { |
| 201 | 201 | $sToRender .= "\t\t\t<tr>\n"; | ... | ... |