Different color screen for New Year scheduling
I have almost made changes in the current year scheduling because I clicked in the wrong area. Could there be an option to change the color of the screen when working in new year scheduling? Thank you.
-
Ignazia Bull commented
If you use SkyCoder you can. I copied this from someone else on one of the webinars I was on.
In the Course Master for Future Scheduling add the following to SkyCoder.
if(document.getElementById("HomePageMenuID").value=="9049") { document.getElementById('pageOuterWrap').style.background = "pink";
}In the Section Master for Future Scheduling add the following to SkyCoder.
if(document.getElementById("HomePageMenuID").value=="10113") { document.getElementById('pageOuterWrap').style.background = "pink";
}