'#description'=>t('Enter the symbol used to denote money in your locale. Example: in the US, France, and the UK, the symbols are typically <b>$</b>, <b>€</b> and <b>£</b>, respectively.'),
'#description'=>t('Enter the amount, using a decimal point as the separator, that each affiliate will receive per click. For example, if the amount is $0.50 enter <b>0.50</b> in the box. Or, if the amount is 1,07€ enter <b>1.07</b> in the box.'),
'#description'=>t('Enter the amount, using a decimal point as the separator, that each affiliate will receive per referral. For example, if the amount is $0.50 enter <b>0.50</b> in the box. Or, if the amount is 1,07€ enter <b>1.07</b> in the box. <b>Note: this setting has no effect if the <a href="http://drupal.org/project/referral">Referral</a> module is not installed</b>.'),
'#description'=>t('Enter the number of points each affiliate will receive per click. <b>Note: this setting has no effect if the <a href="http://drupal.org/project/userpoints">Userpoints</a> module is not installed</b>.'),
'#description'=>t('Points for affilate click-thrus will be assigned to this category. <b>Note: this setting has no effect if the <a href="http://drupal.org/project/userpoints">Userpoints</a> module is not installed</b>.'),
'#disabled'=>$userpoints_disabled,
);
return$form;
}
/**
* Callback for both ajax-enabled buttons.
*
* Selects and returns the fieldset with the names in it.