Changing colour for Pending status
Submitted by Guest on Thu, 22/03/2012 - 08:55
Hi
Can you tell me if it is possible to change the colour of Pending (status) on the workflow Schedule when viewing in Status? It is currently white and we have a user who would like this to be a more obvious colour.
Thanks
Cath
Re: Changing colour for Pending status
Hi Cath,
Is possible but needs to be changed in the stylesheet file in the application i.e. there is no application field to change status colours only appointment type and clinician colours. Changing the stylesheet is a more technical job.
Cheers Tony
Re: Changing colour for Pending status
I posted a comment for this last week. Not sure where its gone, but here's the main points:
1. You need to edit the default.stylesheet, located in <TOMCAT_HOME>/webapps/openvpms/WEB-INF/classes/org/openvpms/web/resource/style/default.stylesheet
2. Find the entry:
3. Change:
to the appropriate colour. You can use the Customer Alert Type editor (Administration -> Lookups -> New Customer Alert Type) to find the relevant colour codes.
4. Restart tomcat
-Tim