/[drupal]/contributions/modules/ecommerce/ec_product/ec_product.admin.inc
ViewVC logotype

Diff of /contributions/modules/ecommerce/ec_product/ec_product.admin.inc

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

revision 1.10.2.24, Sun Oct 18 14:18:20 2009 UTC revision 1.10.2.25, Thu Oct 22 11:22:04 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: ec_product.admin.inc,v 1.10.2.23 2009/10/13 03:40:19 davea Exp $  // $Id: ec_product.admin.inc,v 1.10.2.24 2009/10/18 14:18:20 davea Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 58  function _ec_product_alter_node_form(&$n Line 58  function _ec_product_alter_node_form(&$n
58      '#collapsible' => TRUE,      '#collapsible' => TRUE,
59      '#collapsed' => TRUE,      '#collapsed' => TRUE,
60      'pre_wrapper' => array('#type' => 'markup', '#value' => '<div id="ec-product-wrapper">', '#weight' => -999),      'pre_wrapper' => array('#type' => 'markup', '#value' => '<div id="ec-product-wrapper">', '#weight' => -999),
61      'post_wrapper' => array('#type' => 'markup', '#value' => '</div">', '#weight' => 999),      'post_wrapper' => array('#type' => 'markup', '#value' => '</div>', '#weight' => 999),
62    );    );
63    // Choose a product type.    // Choose a product type.
64    $ptypes[FALSE] = array('name' => t('Not a product'), 'help' => t('This item not for sale.'));    $ptypes[FALSE] = array('name' => t('Not a product'), 'help' => t('This item not for sale.'));

Legend:
Removed from v.1.10.2.24  
changed lines
  Added in v.1.10.2.25

  ViewVC Help
Powered by ViewVC 1.1.2