| 1 |
<?php |
<?php |
| 2 |
// $Id: uc_discounts.module,v 1.1.2.13 2008/11/01 00:01:29 psynaptic Exp $ |
// $Id: uc_discounts.module,v 1.1.2.15 2008/11/01 00:07:54 psynaptic Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 1658 |
'#maxlength' => 10, |
'#maxlength' => 10, |
| 1659 |
'#size' => 10, |
'#size' => 10, |
| 1660 |
'#required' => TRUE, |
'#required' => TRUE, |
| 1661 |
'#description' => t('Enter either a dollar amount or a percentage'), |
'#description' => t('Enter either an amount or a percentage.'), |
| 1662 |
'#default_value' => $action->amount, |
'#default_value' => $action->amount, |
| 1663 |
); |
); |
| 1664 |
$form['submit'] = array( |
$form['submit'] = array( |