| 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 |
| 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.')); |