| 1 |
<?php |
<?php |
| 2 |
// $Id: admin.inc,v 1.161 2009/09/15 16:47:12 merlinofchaos Exp $ |
// $Id: admin.inc,v 1.161.2.1 2009/11/02 20:09:51 merlinofchaos Exp $ |
| 3 |
/** |
/** |
| 4 |
* @file admin.inc |
* @file admin.inc |
| 5 |
* Provides the Views' administrative interface. |
* Provides the Views' administrative interface. |
| 2029 |
$form[$id] = array('#tree' => TRUE); |
$form[$id] = array('#tree' => TRUE); |
| 2030 |
$form[$id]['weight'] = array( |
$form[$id]['weight'] = array( |
| 2031 |
'#type' => 'weight', |
'#type' => 'weight', |
| 2032 |
'#delta' => 25, |
'#delta' => 200, |
| 2033 |
'#default_value' => ++$count, |
'#default_value' => ++$count, |
| 2034 |
); |
); |
| 2035 |
$handler = views_get_handler($field['table'], $field['field'], $type); |
$handler = views_get_handler($field['table'], $field['field'], $type); |