cvsuser     04/04/16 11:47:04

  Modified:    P5EEx/Blue/P5EEx/Blue/Widget/HTML TabbedView.pm
  Log:
  remove missing gif error
  
  Revision  Changes    Path
  1.3       +5 -3      p5ee/P5EEx/Blue/P5EEx/Blue/Widget/HTML/TabbedView.pm
  
  Index: TabbedView.pm
  ===================================================================
  RCS file: /cvs/public/p5ee/P5EEx/Blue/P5EEx/Blue/Widget/HTML/TabbedView.pm,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -w -r1.2 -r1.3
  --- TabbedView.pm     26 Jun 2002 04:12:24 -0000      1.2
  +++ TabbedView.pm     16 Apr 2004 18:47:04 -0000      1.3
  @@ -1,10 +1,10 @@
   
   ######################################################################
  -## $Id: TabbedView.pm,v 1.2 2002/06/26 04:12:24 spadkins Exp $
  +## $Id: TabbedView.pm,v 1.3 2004/04/16 18:47:04 spadkins Exp $
   ######################################################################
   
   package P5EEx::Blue::Widget::HTML::TabbedView;
  -$VERSION = do { my @r=(q$Revision: 1.2 $=~/\d+/g); sprintf "%d."."%02d"x$#r,@r};
  +$VERSION = do { my @r=(q$Revision: 1.3 $=~/\d+/g); sprintf "%d."."%02d"x$#r,@r};
   
   use P5EEx::Blue::P5EE;
   use P5EEx::Blue::Widget::HTML::HierView;
  @@ -118,7 +118,9 @@
           }
           $nodebase .= "$nodeidx[$nodelevel].";
           $html .= "</td>\n";
  -        $html .= "    <td height=16 width=\"99%\"><img src=transp.gif height=16 
width=1></td>\n";
  +        my $html_url_dir = $context->iget("htmlUrlDir");
  +        my $xgif = "$html_url_dir/images/Widget/dot_clear.gif";
  +        $html .= "    <td height=16 width=\"99%\"><img src=$xgif height=16 
width=1></td>\n";
           $html .= "    <td height=\"16\" width=\"99%\"></td>\n";
           $html .= "  </tr>\n";
           $html .= "  <tr>\n";
  
  
  

Reply via email to