Knowledge Base |
|
|
| TID | 142 ( s142 ) |
| QuickLink | http://www.stone-ware.com/swql.jsp?kb=s142 |
| Category | WebPages |
| Summary | Change Colors |
| Details | We want to change the colors on the district page and school pages, how can we do this. |
| Resolution | The colors can be customized per school from webPagesAdmin. To edit the default colors, which are what they see on the district home page, they will need to edit header.jspf. In that file, is the following code snippet:
String displayName = ""; String currSchool = ""; String teacherHomePage = "standard"; String currLogo = "images/sw_logo_banner.gif"; String headerColor = "#FFFFFF"; String navColor = "#FFFFFF"; String contentColor = "#FFFFFF"; String templateContainerColor = "#CCCCCC"; String titleBarColor = "#6699CC"; String titleBarTextColor = "#FFFFFF"; String menuBGColor = "#6699CC"; String menuBorderColor = "#000000"; String menuTextColor = "#000000"; String menuOnBGColor = "#FFFFFF"; String menuOnTextColor = "#000000"; Those colors are the default ones, which are used on the discrict home page, and for schools that have no set them. They can simply change those. They correspond to the same ones that can be customized through webPagesAdmin |