Changes between Version 10 and Version 11 of UsingTracWithQuantumGis

Show
Ignore:
Timestamp:
03/25/06 10:17:45 (7 years ago)
Author:
gsherman
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UsingTracWithQuantumGis

    v10 v11  
    3737=== Color Coding === 
    3838The background color of a ticket (bug, enchancement, etc) is color coded in reports by Priority: 
    39  * Red - blocker 
    40  * Yellow - critical 
    41  * White - major 
    42  * Cyan - minor 
     39{{{ 
     40#!html 
     41<ul> 
     42<li style="background: #fdc">blocker</li> 
     43<li style="background: #ffb">critical</li> 
     44<li style="background: #fbfbfb">major</li> 
     45<li style="background: #e7ffff">minor</li> 
     46<li style="background: #e7eeff">trivial</li> 
     47</ul> 
     48}}} 
     49