[jboss-cvs] jboss-profiler/java/webapp/lzx ...

Takuro Okada t2-okada at nri.co.jp
Tue Mar 6 23:54:07 EST 2007


  User: tokada  
  Date: 07/03/06 23:54:07

  Modified:    java/webapp/lzx  Tag: JBossProfiler_Expansion
                        notifygridtext.lzx
  Log:
  Correct a bug
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.4   +11 -0     jboss-profiler/java/webapp/lzx/Attic/notifygridtext.lzx
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: notifygridtext.lzx
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-profiler/java/webapp/lzx/Attic/notifygridtext.lzx,v
  retrieving revision 1.1.2.3
  retrieving revision 1.1.2.4
  diff -u -b -r1.1.2.3 -r1.1.2.4
  --- notifygridtext.lzx	13 Dec 2006 10:13:38 -0000	1.1.2.3
  +++ notifygridtext.lzx	7 Mar 2007 04:54:07 -0000	1.1.2.4
  @@ -62,6 +62,17 @@
             }else {
               formattedData = d;
             }
  +          
  +          if(parent.immediateparent.selected) {
  +            this.setColor(classroot._textselectedcolor);
  +          }else {
  +            if(parent.immediateparent.highlighted) {
  +              this.setColor(classroot._texthilitecolor);
  +            }else {
  +              this.setColor(classroot._textcolor);
  +            }
  +          }
  +          
             if((classroot.warningthresholdtype=="number" &&
                 (new Number(d)).valueOf() >= (new Number(classroot.warningthreshold)).valueOf()) ||
                 (classroot.warningthresholdtype=="string" &&
  
  
  



More information about the jboss-cvs-commits mailing list