mainGnatsweb - Support: sr #100980, colored status

 
 

sr #100980: colored status

Submitter:  None
Submitted:  Tue 04 Jun 2002 07:28:40 AM UTC
   
 
Category:  None Priority:  3 - Low
Severity:  2 - Minor Status:  Duplicate
Privacy:  Public Assigned to:  relberger
Originator Email:  -email is unavailable- Open/Closed:  Closed
Operating System:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Mon 24 Mar 2014 10:56:44 AM UTC, comment #2: 

there was a patch submit on a similar request.

Note that the colors should be site customizable.
 
Closing since covered off in duplicate request.

Richard Elberger <relberger>
Group administrator
Wed 30 Jul 2003 10:38:08 PM UTC, comment #1: 


Thanks. This is likely to be added to Gnatsweb 4.1.

Yngve Svendsen <yngves>
Group Member
Tue 04 Jun 2002 07:28:40 AM UTC, original submission:  


We make following changes, make gnatsweb bug list
colored by state:

diff gnatsweb.pl /home/apache/cgi-bin/gnatsweb-
2.9.3/gnatsweb.pl
1942c1942,1944
<     print $q->td({-nowrap=>'1'}, $q->escapeHTML
($state[$state])) if $vis{'state'};
---

>     #print $q->td({-nowrap=>'1'}, $q->escapeHTML

($state[$state])) if $vis{'state'};

>     my(@color)=

("#ffff99","#ff9999","#ffffcc","#ffcccc","#cc66cc","#99
ffff","#55ccff","#99ffcc");

>     print $q->td({-nowrap=>'1', -bgcolor=>$color

[$state]}, $q->escapeHTML($state[$state])) if $vis
{'state'};

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by relberger (Updated the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 6 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2014-03-24 relberger StatusConfirmed Duplicate
        Open/ClosedOpen Closed
    2014-03-21 relberger Assigned toyngves relberger
    2006-09-14 yngves StatusNone Confirmed
    2003-07-30 yngves Priority5 - Normal None
        Assigned toNone None

    Back to the top

    Powered by Savane 3.13-3230.
    Corresponding source code