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

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

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

revision 1.3 by jonen, Fri Apr 18 13:36:17 2003 UTC revision 1.4 by jonen, Fri Apr 18 14:40:57 2003 UTC
# Line 4  Line 4 
4  ##    $Id$  ##    $Id$
5  ##    -----------------------------------------------------------------------------  ##    -----------------------------------------------------------------------------
6  ##    $Log$  ##    $Log$
7    ##    Revision 1.4  2003/04/18 14:40:57  jonen
8    ##    bugfix
9    ##
10  ##    Revision 1.3  2003/04/18 13:36:17  jonen  ##    Revision 1.3  2003/04/18 13:36:17  jonen
11  ##    CHANGE: url is now builded with dynamic link_vars  ##    CHANGE: url is now builded with dynamic link_vars
12  ##      which are now passed by the constructor arguments.  ##      which are now passed by the constructor arguments.
# Line 25  class WebExplorer_Module_Chooser extends Line 28  class WebExplorer_Module_Chooser extends
28    
29    function propagate() {    function propagate() {
30    
31     $link_vars = $this->_args['hidden_items'];     $link_vars = $this->_args['hidden_elements'];
32    
33      foreach ($this->result as $value) {      foreach ($this->result as $value) {
34        $alt_caption = "Zur Datenquelle '$value' wechseln.";        $alt_caption = "Zur Datenquelle '$value' wechseln.";

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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