| 1 |
<?php |
<?php |
| 2 |
// $Id: uc_node_checkout.admin.inc,v 1.1.2.2 2009/01/30 18:54:50 rszrama Exp $ |
// $Id: uc_node_checkout.admin.inc,v 1.1.2.3 2009/02/05 22:08:36 rszrama Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 240 |
); |
); |
| 241 |
$form['display']['uc_node_checkout_click_to_edit'] = array( |
$form['display']['uc_node_checkout_click_to_edit'] = array( |
| 242 |
'#type' => 'checkbox', |
'#type' => 'checkbox', |
| 243 |
'#title' => t('Display a "click to edit" message on the cart view form for node checkout products.'), |
'#title' => t('Display a "click to edit" message or link on the cart view form for node checkout products.'), |
| 244 |
'#description' => t('Override theme_uc_cart_click_to_edit() in your theme to alter the display of this.'), |
'#description' => t('Override theme_uc_cart_click_to_edit() in your theme to alter the display of this.'), |
| 245 |
'#default_value' => variable_get('uc_node_checkout_click_to_edit', TRUE), |
'#default_value' => variable_get('uc_node_checkout_click_to_edit', TRUE), |
| 246 |
); |
); |
| 306 |
print drupal_to_js($matches); |
print drupal_to_js($matches); |
| 307 |
exit(); |
exit(); |
| 308 |
} |
} |
|
|
|