| 1 |
<?php |
<?php |
| 2 |
// $Id: addresses.settings.inc,v 1.23 2009/01/20 20:31:42 brmassa Exp $ |
// $Id: addresses.settings.inc,v 1.24 2009/01/20 20:39:49 brmassa Exp $ |
| 3 |
/** |
/** |
| 4 |
* @author Bruno Massa |
* @author Bruno Massa |
| 5 |
* @file |
* @file |
| 243 |
$rows[] = array($columns[0][$row], $columns[1][$row], $columns[2][$row], $columns[3][$row]); |
$rows[] = array($columns[0][$row], $columns[1][$row], $columns[2][$row], $columns[3][$row]); |
| 244 |
} |
} |
| 245 |
$form['addresses_format'] = array( |
$form['addresses_format'] = array( |
| 246 |
|
'#children' => theme('table', array(), $rows), |
| 247 |
'#collapsed' => TRUE, |
'#collapsed' => TRUE, |
| 248 |
'#collapsible' => TRUE, |
'#collapsible' => TRUE, |
| 249 |
'#description' => t('Change how the addresses are displayed, for each country. The Default is used if the country doesnt have a preset address format.'), |
'#description' => t('Change how the addresses are displayed, for each country. The Default is used if the country doesnt have a preset address format.'), |