/[cvs]/nfo/php/libs/org.netfrag.patches/phphtmllib/widgets/EditDataItem.php
ViewVC logotype

Diff of /nfo/php/libs/org.netfrag.patches/phphtmllib/widgets/EditDataItem.php

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

revision 1.6 by joko, Fri Apr 11 00:48:03 2003 UTC revision 1.7 by jonen, Sat May 10 18:04:45 2003 UTC
# Line 4  Line 4 
4  ##    $Id$  ##    $Id$
5  ##    -----------------------------------------------------------------------------  ##    -----------------------------------------------------------------------------
6  ##    $Log$  ##    $Log$
7    ##    Revision 1.7  2003/05/10 18:04:45  jonen
8    ##    + added values needed for 'create/add new' links
9    ##
10  ##    Revision 1.6  2003/04/11 00:48:03  joko  ##    Revision 1.6  2003/04/11 00:48:03  joko
11  ##    minor fix: calling parent constructor explicitely by name now, transparency seems not be automagically compatible with inheritance in php ,-)    (non-orthogonal)  ##    minor fix: calling parent constructor explicitely by name now, transparency seems not be automagically compatible with inheritance in php ,-)    (non-orthogonal)
12  ##  ##
# Line 172  class EditDataItem extends StandardFormC Line 175  class EditDataItem extends StandardFormC
175           $utils = php::mkComponent('WebExplorer::utils');           $utils = php::mkComponent('WebExplorer::utils');
176           $hidden = $this->get_hidden_elements();           $hidden = $this->get_hidden_elements();
177           $options = $this->_options['decode_args'];           $options = $this->_options['decode_args'];
178             $options[label] = $key;
179             $options[parent_guid] = $this->_options['parent']['guid'];
180             $options[parent_class] = $this->_options['parent']['class'];
181           if($utils->decode_item_expr($value, $hidden, $options)) {             if($utils->decode_item_expr($value, $hidden, $options)) {  
182            $table->add_row($key, $value);              $table->add_row($key, $value);  
183           }             }  

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

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