Changeset 2907 in products


Ignore:
Timestamp:
Oct 20, 2010 6:08:43 PM (16 years ago)
Author:
fenix
Message:

tried to set workflow states colors for chart

Location:
quintagroup.analytics/trunk/quintagroup/analytics/browser
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.analytics/trunk/quintagroup/analytics/browser/configure.zcml

    r2893 r2907  
    6161     /> 
    6262 
     63    <browser:resource 
     64        name="set_chartcolor.js" 
     65        image="resources/set_chartcolor.js" 
     66     /> 
     67 
    6368</configure> 
  • quintagroup.analytics/trunk/quintagroup/analytics/browser/ownership_by_state.pt

    r2893 r2907  
    2828            </tr> 
    2929            <tr tal:repeat="type view/getStates"> 
    30                 <th tal:content="type">Document</th> 
     30                <th tal:content="type" 
     31                    tal:attributes="class string: state-$type">Document</th> 
    3132                <td tal:repeat="count python:view.getContent(type)" tal:content="count">123</td> 
    3233            </tr> 
  • quintagroup.analytics/trunk/quintagroup/analytics/browser/type_by_state.pt

    r2893 r2907  
    2828            </tr> 
    2929            <tr tal:repeat="type view/getStates"> 
    30                 <th tal:content="type">Document</th> 
     30                <th tal:content="type" 
     31                    tal:attributes="class string: state-$type">Document</th> 
    3132                <td tal:repeat="count python:view.getContent(type)" tal:content="count">123</td> 
    3233            </tr> 
Note: See TracChangeset for help on using the changeset viewer.