Change Theme color on screen of different year Course Master
When having to work in two different screens where one is the current year Course Master and another screen is a different year Course Master, it would be helpful if we had the option to chose a different theme color for the other year's Course Masters.
-
Patti Halbach commented
The skycoder works up to a point. However if you go in through future and have a different background color chosen it shows that color even if you forget and change to a different year under the swtich school year button, which I have been known to do.
-
Shawn Lee commented
Hi Nancy,
Go to Office\Current Scheduling\Build Course Master\Course Master. Click on the computer icon in the upper-right to access Skycoder. If you don't have access to this, your Skyward administrator (top user) will need to do it. Use the code below to separate your future and current year screens by changing the border colors of each one. By entering this code below, you can pick two different colors to preference. My two colors below are in HEX code. You can actually use red, blue, green, etc or use HEX colors. You are welcome to swap out whatever colors are showing below between the quotation marks. Behind the // is simply an explanation of what that color is.
//9889 is current year, 9049 is next year
if(document.getElementById("HomePageMenuID").value=="9889") {
document.getElementById('pageOuterWrap').style.background = "#9DC183"; //sage green
} else if(document.getElementById("HomePageMenuID").value=="9049") {
document.getElementById('pageOuterWrap').style.background = "#FF6F6F"; //light red
} -
Jacque Deckard commented
You will be happy to know that this is a possibility in the software. This would require access/knowledge of Skycoder. Here is some additional information for you: https://support.skyward.com/DeptDocs/Corporate/Documentation/Public%20Website/Tutorials/Software/PS_CA_DS_CF_SK_ColorWrap_3557003.pdf