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

Diff of /nfo/php/libs/org.netfrag.app/WebExplorer/MVC.php

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

revision 1.18 by jonen, Wed Jul 2 12:18:00 2003 UTC revision 1.19 by jonen, Mon Jul 14 09:54:58 2003 UTC
# Line 4  Line 4 
4   * $Id$   * $Id$
5   *   *
6   * $Log$   * $Log$
7     * Revision 1.19  2003/07/14 09:54:58  jonen
8     * fixed bug related to 'item delete'
9     *
10   * Revision 1.18  2003/07/02 12:18:00  jonen   * Revision 1.18  2003/07/02 12:18:00  jonen
11   * fixed bugs   * fixed bugs
12   *   *
# Line 386  class WebExplorer_MVC extends Site_WebAp Line 389  class WebExplorer_MVC extends Site_WebAp
389                // TODO: implement multi-selection actions on rows(items) here!!                // TODO: implement multi-selection actions on rows(items) here!!
390                  print "Multi-Selection!! Current Ident(s) $tmp" . "<br>";                  print "Multi-Selection!! Current Ident(s) $tmp" . "<br>";
391                  $_out[options][ecoms][$label][ecom_data_ident] = $tmp;                  $_out[options][ecoms][$label][ecom_data_ident] = $tmp;
392                    $_out[options][ecoms][$label][ecom_abstract_type] = "item";
393              }              }
394             } else {             } else {
395               print "ident: " . Dumper($_out[options][ecoms][$label][ecom_data_ident]) . "<br>";               print "ident: " . Dumper($_out[options][ecoms][$label][ecom_data_ident]) . "<br>";

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

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