/[cvs]/nfo/php/libs/org.netfrag.app/WebExplorer/Module/NavigationList.php
ViewVC logotype

Diff of /nfo/php/libs/org.netfrag.app/WebExplorer/Module/NavigationList.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.8 by jonen, Fri Apr 18 13:33:44 2003 UTC revision 1.9 by jonen, Fri Apr 18 14:40:57 2003 UTC
# Line 4  Line 4 
4  ##    $Id$  ##    $Id$
5  ##    -----------------------------------------------------------------------------  ##    -----------------------------------------------------------------------------
6  ##    $Log$  ##    $Log$
7    ##    Revision 1.9  2003/04/18 14:40:57  jonen
8    ##    bugfix
9    ##
10  ##    Revision 1.8  2003/04/18 13:33:44  jonen  ##    Revision 1.8  2003/04/18 13:33:44  jonen
11  ##    CHANGE: link_vars now are passed by contructor arguments  ##    CHANGE: link_vars now are passed by contructor arguments
12  ##      (so that the AbstractExplorer could handle these...)  ##      (so that the AbstractExplorer could handle these...)
# Line 43  class WebExplorer_Module_NavigationList Line 46  class WebExplorer_Module_NavigationList
46     //   'ecat' => "list",     //   'ecat' => "list",
47     // );     // );
48        
49     $link_vars = $this->_args['hidden_items'];     $link_vars = $this->_args['hidden_elements'];
50            
51      foreach ($this->result as $value) {      foreach ($this->result as $value) {
52        $alt_caption = "Alle Elemente unterhalb von '$value' anzeigen.";        $alt_caption = "Alle Elemente unterhalb von '$value' anzeigen.";

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed