| 1 |
<?php |
<?php |
| 2 |
// $Id: contaxe.module,v 1.12 2008/02/27 13:13:10 salgar Exp $ |
// $Id: contaxe.module,v 1.13 2008/02/27 18:51:55 salgar Exp $ |
| 3 |
|
|
| 4 |
/* |
/* |
| 5 |
http://drupal.org/project/jquery_update |
http://drupal.org/project/jquery_update |
| 677 |
'#type' => 'sortable', |
'#type' => 'sortable', |
| 678 |
'#items' => contaxe_sortable(true, variable_get('contaxe_highlighter_active', array())), |
'#items' => contaxe_sortable(true, variable_get('contaxe_highlighter_active', array())), |
| 679 |
'#inner_id' => 'rules', |
'#inner_id' => 'rules', |
|
// '#DANGEROUS_SKIP_CHECK' => true, |
|
| 680 |
'#options' => array( |
'#options' => array( |
| 681 |
'helperclass' => 'sortable-helper', |
'helperclass' => 'sortable-helper', |
| 682 |
'handle' => 'span.contaxe-handle', |
'handle' => 'span.contaxe-handle', |
| 693 |
'#type' => 'sortable', |
'#type' => 'sortable', |
| 694 |
'#items' => contaxe_sortable(false, variable_get('contaxe_highlighter_active', array())), |
'#items' => contaxe_sortable(false, variable_get('contaxe_highlighter_active', array())), |
| 695 |
'#inner_id' => 'rules', |
'#inner_id' => 'rules', |
|
// '#DANGEROUS_SKIP_CHECK' => true, |
|
| 696 |
'#options' => array( |
'#options' => array( |
| 697 |
'helperclass' => 'sortable-helper', |
'helperclass' => 'sortable-helper', |
| 698 |
'handle' => 'span.contaxe-handle', |
'handle' => 'span.contaxe-handle', |