/[drupal]/contributions/modules/uc_node_checkout/uc_node_checkout.admin.inc
ViewVC logotype

Diff of /contributions/modules/uc_node_checkout/uc_node_checkout.admin.inc

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

revision 1.1.2.3, Thu Feb 5 22:08:36 2009 UTC revision 1.1.2.4, Thu Jul 30 15:58:42 2009 UTC
# Line 1  Line 1 
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
# Line 240  function uc_node_checkout_settings_form( Line 240  function uc_node_checkout_settings_form(
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    );    );
# Line 306  function uc_node_checkout_autocomplete($ Line 306  function uc_node_checkout_autocomplete($
306    print drupal_to_js($matches);    print drupal_to_js($matches);
307    exit();    exit();
308  }  }
   

Legend:
Removed from v.1.1.2.3  
changed lines
  Added in v.1.1.2.4

  ViewVC Help
Powered by ViewVC 1.1.2