| 1 |
<?php // $Id: qb.inc,v 1.3 2009/02/03 21:32:17 vauxia Exp $ |
<?php // $Id: qb.inc,v 1.4 2009/08/02 23:48:26 vauxia Exp $ |
| 2 |
|
|
| 3 |
/** |
/** |
| 4 |
* @file |
* @file |
| 23 |
'#type' => 'textfield', |
'#type' => 'textfield', |
| 24 |
'#title' => t('Company file'), |
'#title' => t('Company file'), |
| 25 |
'#description' => t('The full path to your quickbooks company file, e.g. C:\Data\MyCompany\MyCompany.qdb. If you leave this blank, applications will use the file that is currently open on your workstation.'), |
'#description' => t('The full path to your quickbooks company file, e.g. C:\Data\MyCompany\MyCompany.qdb. If you leave this blank, applications will use the file that is currently open on your workstation.'), |
| 26 |
|
'#default_value' => variable_get('qb_company_file', ''), |
| 27 |
); |
); |
| 28 |
// Make sure the buttons show up someplace responsible. |
// Make sure the buttons show up someplace responsible. |
| 29 |
$form['buttons'] = array('#weight' => 10); |
$form['buttons'] = array('#weight' => 10); |