| 4 | 
  * $Id$ | 
  * $Id$ | 
| 5 | 
  * | 
  * | 
| 6 | 
  * $Log$ | 
  * $Log$ | 
| 7 | 
  | 
  * Revision 1.11  2003/04/11 00:51:10  joko | 
| 8 | 
  | 
  * minor update: just testing stuff... | 
| 9 | 
  | 
  * | 
| 10 | 
  * Revision 1.10  2003/04/10 06:03:26  joko | 
  * Revision 1.10  2003/04/10 06:03:26  joko | 
| 11 | 
  * ++ renamed keys: 'ecom_data_form_edit', 'ecom_data_form_cancel' through 'ecom_data_action_edit', 'ecom_data_action_cancel' | 
  * ++ renamed keys: 'ecom_data_form_edit', 'ecom_data_form_cancel' through 'ecom_data_action_edit', 'ecom_data_action_cancel' | 
| 12 | 
  * + new key: 'ecom_data_action_delete' | 
  * + new key: 'ecom_data_action_delete' | 
| 287 | 
           // Action.Delete [new of 2003-04-09] | 
           // Action.Delete [new of 2003-04-09] | 
| 288 | 
           if ($_in[ecom_data_action_delete]) { | 
           if ($_in[ecom_data_action_delete]) { | 
| 289 | 
              | 
              | 
| 290 | 
  | 
             //$_out[options][ecoms][content][ecom_mode] = "view"; | 
| 291 | 
  | 
  | 
| 292 | 
             // the code here vanished to the component itself! | 
             // the code here vanished to the component itself! | 
| 293 | 
             // could/should we do this for "edit" and/or "view" actions as well? | 
             // could/should we do this for "edit" and/or "view" actions as well? | 
| 294 | 
             // look at ecom/FlexibleDataItem! | 
             // look at ecom/FlexibleDataItem! |