Commit cf9b178a33a725ba7a6b1e606e99d32d31efe5d5
1 parent
01271973
set west payload bgcolor
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@1327 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
2 deletions
presentation/webpageTemplate.inc
| ... | ... | @@ -51,12 +51,10 @@ if ($sectionName != "General") { |
| 51 | 51 | |
| 52 | 52 | //create links |
| 53 | 53 | $westLinks = new PatternTableLinks($sectionArray["links"], $sectionArray["descriptions"], 40 , 1 ,1,null); |
| 54 | - $westLinks->setBackGroundColor("#F0F0E4"); | |
| 55 | 54 | $westRender = $westLinks->render(); |
| 56 | 55 | |
| 57 | 56 | } else { |
| 58 | 57 | $westLinks = new PatternTableLinks(array(), array(), 40 , 1 ,1,null); |
| 59 | - $westLinks->setBackGroundColor("#F0F0E4"); | |
| 60 | 58 | $westRender = $westLinks->render(); |
| 61 | 59 | } |
| 62 | 60 | |
| ... | ... | @@ -76,6 +74,7 @@ $main = new PatternMainPage(); |
| 76 | 74 | $main->setNorthPayload($navbar); |
| 77 | 75 | $main->setNorthWestPayload($nwPayLoad); |
| 78 | 76 | $main->setWestPayload($westPayLoad); |
| 77 | +$main->setWestPayloadBackGroundColour("#F0F0E4"); | |
| 79 | 78 | |
| 80 | 79 | ?> |
| 81 | 80 | ... | ... |