Changing colour for Pending status

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

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

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:

     <style name="ScheduleTable.PENDING" type="nextapp.echo2.app.Component">
        <properties>
            <property name="layoutData">
                <layout-data type="nextapp.echo2.app.layout.TableLayoutData">
                    <properties>
                        <property name="background" value="#ffffff"/>
                        <property name="insets" value="${padding.small} ${padding.tiny}"/>
                        <!-- white -->
                    </properties>
                </layout-data>
            </property>
        </properties>
    </style> 

3. Change:

<property name="background" value="#ffffff"/>

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

Syndicate content